Firelight Technologies FMOD Studio API
Retrieves the number of assigned channels to this channel group.
FMOD_RESULT ChannelGroup::getNumChannels(
int *numchannels
);
FMOD_RESULT FMOD_ChannelGroup_GetNumChannels(
FMOD_CHANNELGROUP *channelgroup,
int *numchannels
);
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.
Use this function to enumerate the channels within the channel group. You can then use ChannelGroup::getChannel to retrieve each individual channel.
Version 1.03.06 Built on Apr 17, 2014