Previous Topic Index Next Topic
[Enum]

FSOUND_SPEAKERMODES

These are speaker types defined for use with the FSOUND_SetSpeakerMode command.
Note - Only reliably works with FSOUND_OUTPUT_DSOUND or FSOUND_OUTPUT_XBOX output modes. Other output modes will only
interpret FSOUND_SPEAKERMODE_MONO and set everything else to be stereo.
Note - Only reliably works with FSOUND_OUTPUT_DSOUND or FSOUND_OUTPUT_XBOX output modes. Other output modes will only
interpret FSOUND_SPEAKERMODE_MONO and set everything else to be stereo.
Using either DolbyDigital or DTS will use whatever 5.1 digital mode is available if destination hardware is unsure.

Enumerators

FSOUND_SPEAKERMODE_DOLBYDIGITAL /* The audio is played through a speaker arrangement of surround speakers with a subwoofer. */
FSOUND_SPEAKERMODE_HEADPHONES /* The speakers are headphones. */
FSOUND_SPEAKERMODE_MONO /* The speakers are monaural. */
FSOUND_SPEAKERMODE_QUAD /* The speakers are quadraphonic. */
FSOUND_SPEAKERMODE_STEREO /* The speakers are stereo (default value). */
FSOUND_SPEAKERMODE_SURROUND /* The speakers are surround sound. */
FSOUND_SPEAKERMODE_DTS /* (XBOX Only) The audio is played through a speaker arrangement of surround speakers with a subwoofer. */

See Also

FSOUND_SetSpeakerMode

This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Fri Dec 20 16:31:09 2002 by SourceDoc v0.10, the automated source code documenter.