Firelight Technologies FMOD Studio API
Sets the level of debug logging to the tty / output for logging versions of FMOD Studio.
FMOD_RESULT Debug_SetLevel(
FMOD_DEBUGLEVEL level
);
FMOD_RESULT FMOD_Debug_SetLevel(
FMOD_DEBUGLEVEL level
);
level
Logging level to set.
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 only has an effect with 'logging' versions of FMOD Studio. For example on windows it must be via fmodL.dll/fmodL64.dll and fmodstudioL.dll/fmodstudioL64.dll, not fmod.dll/fmod64.dll and fmodstudio.dll/fmodstudio64.dll.
On platforms with static library support you would link to the relevant fmodL.* / fmodstudioL.* libraries instead of fmod.* / fmodstudio.* libraries.
FMOD_ERR_UNSUPPORTED will be returned on non logging versions of FMOD Studio (ie full release).
Version 1.03.06 Built on Apr 17, 2014