System::unlockDSP

FMOD Studio API

Firelight Technologies FMOD Studio API

System::unlockDSP

Mutual exclusion function to unlock the FMOD DSP engine (which runs asynchronously in another thread) and let it continue executing.

C++ Syntax

FMOD_RESULT System::unlockDSP();

C Syntax

FMOD_RESULT FMOD_System_UnlockDSP(FMOD_SYSTEM *system);

C# Syntax

RESULT System.unlockDSP();

JavaScript Syntax

System.unlockDSP();

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

The DSP engine must be locked with System::lockDSP before this function is called.

See Also




Version 1.10.03 Built on Feb 1, 2018