ChannelGroup::release

FMOD Studio API

Firelight Technologies FMOD Studio API

ChannelGroup::release

Frees a channel group.

C++ Syntax

FMOD_RESULT ChannelGroup::release();

C Syntax

FMOD_RESULT FMOD_ChannelGroup_Release(FMOD_CHANNELGROUP *channelgroup);

C# Syntax

RESULT ChannelGroup.release();

JavaScript Syntax

ChannelGroup.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

All channels (and groups) assigned to this group are returned back to the master channel group owned by the System object (see System::getMasterChannelGroup).

See Also




Version 1.10.03 Built on Feb 1, 2018