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: HrtfDistanceDecayType
§maxGain: f32
§minGain: f32
§unityGainDistance: f32
§cutoffDistance: f32