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.
Using either DolbyDigital or DTS will use whatever 5.1 digital mode is available if destination hardware is unsure.

Enumerators

FSOUND_SPEAKERMODE_DOLBYDIGITAL /* Dolby Digital Output (XBOX or PC only). */
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 /* DTS output (XBOX only). */
FSOUND_SPEAKERMODE_PROLOGIC2 /* Dolby Prologic 2. Playstation 2 and Gamecube only. PlayStation 2 doesnt support interior panning, but supports 48 voices simultaneously. */
FSOUND_SPEAKERMODE_PROLOGIC2_INTERIOR /* Dolby Prologic 2. Playstation 2 and Gamecube only. PlayStation 2 does support interior panning, but only supports 24 voices simultaneously. */

See Also

FSOUND_SetSpeakerMode

This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Thu Dec 15 17:31:37 2005 by SourceDoc v0.10, the automated source code documenter.