Previous Topic Index Next Topic
[Define]

FSOUND_MISC_VALUES

Miscellaneous values for FMOD functions.

FSOUND_FREE -1 /* value to play on any free channel, or to allocate a sample in a free sample slot. */
FSOUND_UNMANAGED -2 /* value to allocate a sample that is NOT managed by FSOUND or placed in a sample slot. */
FSOUND_ALL -3 /* for a channel index , this flag will affect ALL channels available! Not supported by every function. */
FSOUND_STEREOPAN -1 /* value for FSOUND_SetPan so that stereo sounds are not played at half volume. See FSOUND_SetPan for more on this. */
FSOUND_SYSTEMCHANNEL -1000 /* special 'channel' ID for all channel based functions that want to alter the global FSOUND software mixing output channel */
FSOUND_SYSTEMSAMPLE -1000 /* special 'sample' ID for all sample based functions that want to alter the global FSOUND software mixing output sample */

See Also

FSOUND_PlaySound , FSOUND_PlaySoundEx , FSOUND_Sample_Alloc , FSOUND_Sample_Load , FSOUND_SetPan

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.