Struct windows_sys::Win32::Media::Audio::DirectSound::DSFXEcho
[−]#[repr(C)]pub struct DSFXEcho {
pub fWetDryMix: f32,
pub fFeedback: f32,
pub fLeftDelay: f32,
pub fRightDelay: f32,
pub lPanDelay: i32,
}Expand description
Required features: ‘Win32_Media_Audio_DirectSound’
Fields
fWetDryMix: f32fFeedback: f32fLeftDelay: f32fRightDelay: f32lPanDelay: i32