public RESULT getNumGroups(out int numgroups)
 {
     return(ChannelGroup.FMOD5_ChannelGroup_GetNumGroups(base.getRaw(), out numgroups));
 }