Firelight Technologies FMOD Studio API
Frees a channel group.
FMOD_RESULT ChannelGroup::release();
FMOD_RESULT FMOD_ChannelGroup_Release(FMOD_CHANNELGROUP *channelgroup);
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.
All channels (and groups) assigned to this group are returned back to the master channel group owned by the System object (see System::getMasterChannelGroup).
Version 1.03.06 Built on Apr 17, 2014