Firelight Technologies FMOD Studio API

System::mixerResume

Resume mixer thread and reacquire access to audio hardware.

C++ Syntax

FMOD_RESULT System::mixerResume();

C Syntax

FMOD_RESULT FMOD_System_MixerResume(FMOD_SYSTEM *system);

Return Values

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.

Remarks

Used on mobile platforms when entering the foreground after being suspended.
All internal state will resume, i.e. created sound and channels are still valid and playback will continue.

See Also




Version 1.03.06 Built on Apr 17, 2014