public RESULT overrideVolume(float volume)
 {
     return(ChannelGroup.FMOD_ChannelGroup_OverrideVolume(channelgroupraw, volume));
 }