SoundGroup::release

FMOD Studio API

Firelight Technologies FMOD Studio API

SoundGroup::release

Releases a soundgroup object and returns all sounds back to the master sound group.

C++ Syntax

FMOD_RESULT SoundGroup::release();

C Syntax

FMOD_RESULT FMOD_SoundGroup_Release(FMOD_SOUNDGROUP *soundgroup);

C# Syntax

RESULT SoundGroup.release();

JavaScript Syntax

SoundGroup.release();

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

You cannot release the master sound group.

See Also




Version 1.10.03 Built on Feb 1, 2018