#[repr(C, packed(1))]pub struct XAUDIO2FX_REVERB_I3DL2_PARAMETERS {}
Expand description
Required features: "Win32_Media_Audio_XAudio2"
Fields
WetDryMix: f32
Room: i32
RoomHF: i32
RoomRolloffFactor: f32
DecayTime: f32
DecayHFRatio: f32
Reflections: i32
ReflectionsDelay: f32
Reverb: i32
ReverbDelay: f32
Diffusion: f32
Density: f32
HFReference: f32
Trait Implementations
impl Clone for XAUDIO2FX_REVERB_I3DL2_PARAMETERS
impl Clone for XAUDIO2FX_REVERB_I3DL2_PARAMETERS
impl Copy for XAUDIO2FX_REVERB_I3DL2_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for XAUDIO2FX_REVERB_I3DL2_PARAMETERS
impl Send for XAUDIO2FX_REVERB_I3DL2_PARAMETERS
impl Sync for XAUDIO2FX_REVERB_I3DL2_PARAMETERS
impl Unpin for XAUDIO2FX_REVERB_I3DL2_PARAMETERS
impl UnwindSafe for XAUDIO2FX_REVERB_I3DL2_PARAMETERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more