Firelight Technologies FMOD Studio API
Sets advanced features like configuring memory and cpu usage.
FMOD_RESULT Studio::System::setAdvancedSettings(
FMOD_STUDIO_ADVANCEDSETTINGS *settings
);
FMOD_RESULT FMOD_Studio_System_SetAdvancedSettings(
FMOD_STUDIO_SYSTEM *system,
FMOD_STUDIO_ADVANCEDSETTINGS *settings
);
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.
This function should be called before Studio initialization. The cbSize field must be set to sizeof(FMOD_STUDIO_ADVANCEDSETTINGS) before calling this function.
Version 1.03.06 Built on Apr 17, 2014