Previous Topic Index Next Topic
[Enum]

FSOUND_OUTPUTTYPES

These output types are used with FSOUND_SetOutput, to choose which output driver to use.
FSOUND_OUTPUT_DSOUND will not support hardware 3d acceleration if the sound card driver
does not support DirectX 6 Voice Manager Extensions.
FSOUND_OUTPUT_WINMM is recommended for NT and CE.

Enumerators

FSOUND_OUTPUT_NOSOUND /* NoSound driver, all calls to this succeed but do nothing. */
FSOUND_OUTPUT_WINMM /* Windows Multimedia driver. */
FSOUND_OUTPUT_DSOUND /* DirectSound driver. You need this to get EAX or EAX2 support. */
FSOUND_OUTPUT_A3D /* A3D driver. You need this to get geometry support. */
FSOUND_OUTPUT_OSS /* Linux/Unix OSS (Open Sound System) driver, i.e. the kernel sound drivers. */
FSOUND_OUTPUT_ESD /* Linux/Unix ESD (Enlightment Sound Daemon) driver. */
FSOUND_OUTPUT_ALSA /* Linux Alsa driver. */

See Also

FSOUND_GetOutput , FSOUND_SetOutput

This document copyright ©Firelight Multimedia, 1999-2001. All rights reserved.
Generated Thu Sep 13 00:18:10 2001 by SourceDoc v0.10, the automated source code documenter.