Struct windows_sys::Win32::Media::Audio::XAudio2::HrtfDistanceDecay
[−]#[repr(C)]pub struct HrtfDistanceDecay {
pub type: HrtfDistanceDecayType,
pub maxGain: f32,
pub minGain: f32,
pub unityGainDistance: f32,
pub cutoffDistance: f32,
}Expand description
Required features: ‘Win32_Media_Audio_XAudio2’
Fields
type: HrtfDistanceDecayTypemaxGain: f32minGain: f32unityGainDistance: f32cutoffDistance: f32