public RESULT setMute(bool mute)
 {
     return(ChannelGroup.FMOD_ChannelGroup_SetMute(channelgroupraw, mute ? 1 : 0));
 }