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 */
|