public RESULT get3DDopplerLevel(ref float level)
 {
     return(Channel.FMOD_Channel_Get3DDopplerLevel(channelraw, ref level));
 }