$SFX
Public Variables
int
Milliseconds spent on the last ambient audio update.
const int
Sound device capability flag indicating that the sound device supports adding DSP effect chains to sounds.
const int
Sound device capability flag indicating that the sound device supports FMOD Designer audio projects.
const int
Sound device capability flag indicating that the sound device supports multiple concurrent listeners.
const int
Sound device capability flag indicating that the sound device implements sound occlusion.
const int
Sound device capability flag indicating that the sound device supports reverb.
const int
Sound device capability flag indicating that the sound device implements its own voice virtualization.
const int
Index of device capability flags in device info string.
const int
Index of buffer limit number in device info string.
const int
Index of device name field in device info string.
const int
Index of sound provider field in device info string.
const int
Index of use hardware flag in device info string.
int
Number of SFXSounds that are currently in virtualized playback mode.
int
Number of SFXSources that are currently in playing state.
int
int
Number of SFXSource type objects that are currently instantiated.
int
Number of voices that are currently allocated on the sound device.
int
Milliseconds spent on the last SFXParameter update loop.
int
Milliseconds spent on the last SFXSource update loop.
Detailed Description
Public Variables
int ambientUpdateTime
Milliseconds spent on the last ambient audio update.
SFX_updating
SFX_ambient
const int DEVICE_CAPS_DSPEFFECTS
Sound device capability flag indicating that the sound device supports adding DSP effect chains to sounds.
note:This is not yet used by the sound system.
const int DEVICE_CAPS_FMODDESIGNER
Sound device capability flag indicating that the sound device supports FMOD Designer audio projects.
note:This is exclusive to FMOD. If the FMOD Event DLLs are in place and could be successfully loaded, this flag will be set after initializating an FMOD audio device.
const int DEVICE_CAPS_MULTILISTENER
Sound device capability flag indicating that the sound device supports multiple concurrent listeners.
note:Currently only FMOD implements this.
const int DEVICE_CAPS_OCCLUSION
Sound device capability flag indicating that the sound device implements sound occlusion.
note:This is not yet used by the sound system.
const int DEVICE_CAPS_REVERB
Sound device capability flag indicating that the sound device supports reverb.
note:Currently only FMOD implements this.
const int DEVICE_CAPS_VOICEMANAGEMENT
Sound device capability flag indicating that the sound device implements its own voice virtualization.
For these devices, the sound system will deactivate its own voice management and leave voice virtualization entirely to the device.
note:Currently only FMOD implements this.
const int DEVICE_INFO_CAPS
Index of device capability flags in device info string.
const int DEVICE_INFO_MAXBUFFERS
Index of buffer limit number in device info string.
const int DEVICE_INFO_NAME
Index of device name field in device info string.
const int DEVICE_INFO_PROVIDER
Index of sound provider field in device info string.
const int DEVICE_INFO_USEHARDWARE
Index of use hardware flag in device info string.
int numCulled
Number of SFXSounds that are currently in virtualized playback mode.
int numPlaying
Number of SFXSources that are currently in playing state.
int numSounds
Number of SFXSound type objects (i.e. actual single-file sounds) that are currently instantiated.
int numSources
Number of SFXSource type objects that are currently instantiated.
int numVoices
Number of voices that are currently allocated on the sound device.
int parameterUpdateTime
Milliseconds spent on the last SFXParameter update loop.
SFX_updating
SFX_interactive
int sourceUpdateTime
Milliseconds spent on the last SFXSource update loop.
SFX_updating