pub unsafe extern "C" fn XPLMSetAudioPitch(
fmod_channel: *mut FMOD_CHANNEL,
audio_pitch_hz: f32,
) -> FMOD_RESULTExpand description
XPLMSetAudioPitch
Change the current pitch of an active FMOD channel.
pub unsafe extern "C" fn XPLMSetAudioPitch(
fmod_channel: *mut FMOD_CHANNEL,
audio_pitch_hz: f32,
) -> FMOD_RESULTXPLMSetAudioPitch
Change the current pitch of an active FMOD channel.