public RESULT getNumChannels(out int numchannels)
 {
     return(ChannelGroup.FMOD5_ChannelGroup_GetNumChannels(base.getRaw(), out numchannels));
 }