public RESULT getMute(ref bool mute) { int num = 0; RESULT result = Channel.FMOD_Channel_GetMute(channelraw, ref num); mute = (num != 0); return(result); }