Firelight Technologies FMOD Studio API
Retrieves the output format for the software mixer.
FMOD_RESULT System::getSoftwareFormat(
int *samplerate,
FMOD_SPEAKERMODE *speakermode,
int *numrawspeakers
);
FMOD_RESULT FMOD_System_GetSoftwareFormat(
FMOD_SYSTEM *system,
int *samplerate,
FMOD_SPEAKERMODE *speakermode,
int *numrawspeakers
);
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.
Note that the settings returned here may differ from the settings provided by the user with System::setSoftwareFormat. This is because the driver may require certain settings to initialize.
Version 1.03.06 Built on Apr 17, 2014