Firelight Technologies FMOD Studio API
Retrieves the buffer size settings for the FMOD software mixing engine.
FMOD_RESULT System::getDSPBufferSize(
unsigned int *bufferlength,
int *numbuffers
);
FMOD_RESULT FMOD_System_GetDSPBufferSize(
FMOD_SYSTEM *system,
unsigned int *bufferlength,
int *numbuffers
);
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.
See documentation on System::setDSPBufferSize for more information about these values.
Version 1.03.06 Built on Apr 17, 2014