Firelight Technologies FMOD Studio API
Retrieves the global doppler scale, distance factor and rolloff scale for all 3D sound in FMOD.
FMOD_RESULT System::get3DSettings(
float *dopplerscale,
float *distancefactor,
float *rolloffscale
);
FMOD_RESULT FMOD_System_Get3DSettings(
FMOD_SYSTEM *system,
float *dopplerscale,
float *distancefactor,
float *rolloffscale
);
If the function succeeds then the return value is FMOD_OK.
If the function fails then the return value will be one of the values defined in the FMOD_RESULT enumeration.
Version 1.03.06 Built on Apr 17, 2014