Struct windows_sys::Win32::Media::Audio::DirectSound::DSFXCompressor
[−]#[repr(C)]pub struct DSFXCompressor {
pub fGain: f32,
pub fAttack: f32,
pub fRelease: f32,
pub fThreshold: f32,
pub fRatio: f32,
pub fPredelay: f32,
}Expand description
Required features: ‘Win32_Media_Audio_DirectSound’
Fields
fGain: f32fAttack: f32fRelease: f32fThreshold: f32fRatio: f32fPredelay: f32