Struct windows_sys::Win32::Media::Audio::XAudio2::FXEQ_PARAMETERS
#[repr(C, packed(1))]pub struct FXEQ_PARAMETERS {
pub FrequencyCenter0: f32,
pub Gain0: f32,
pub Bandwidth0: f32,
pub FrequencyCenter1: f32,
pub Gain1: f32,
pub Bandwidth1: f32,
pub FrequencyCenter2: f32,
pub Gain2: f32,
pub Bandwidth2: f32,
pub FrequencyCenter3: f32,
pub Gain3: f32,
pub Bandwidth3: f32,
}
Expand description
Required features: "Win32_Media_Audio_XAudio2"
Fields§
§FrequencyCenter0: f32
§Gain0: f32
§Bandwidth0: f32
§FrequencyCenter1: f32
§Gain1: f32
§Bandwidth1: f32
§FrequencyCenter2: f32
§Gain2: f32
§Bandwidth2: f32
§FrequencyCenter3: f32
§Gain3: f32
§Bandwidth3: f32