Struct XAUDIO2FX_REVERB_PARAMETERS
#[repr(C, packed(1))]pub struct XAUDIO2FX_REVERB_PARAMETERS {Show 24 fields
pub WetDryMix: f32,
pub ReflectionsDelay: u32,
pub ReverbDelay: u8,
pub RearDelay: u8,
pub SideDelay: u8,
pub PositionLeft: u8,
pub PositionRight: u8,
pub PositionMatrixLeft: u8,
pub PositionMatrixRight: u8,
pub EarlyDiffusion: u8,
pub LateDiffusion: u8,
pub LowEQGain: u8,
pub LowEQCutoff: u8,
pub HighEQGain: u8,
pub HighEQCutoff: u8,
pub RoomFilterFreq: f32,
pub RoomFilterMain: f32,
pub RoomFilterHF: f32,
pub ReflectionsGain: f32,
pub ReverbGain: f32,
pub DecayTime: f32,
pub Density: f32,
pub RoomSize: f32,
pub DisableLateField: BOOL,
}Fields§
§WetDryMix: f32§ReflectionsDelay: u32§ReverbDelay: u8§RearDelay: u8§SideDelay: u8§PositionLeft: u8§PositionRight: u8§PositionMatrixLeft: u8§PositionMatrixRight: u8§EarlyDiffusion: u8§LateDiffusion: u8§LowEQGain: u8§LowEQCutoff: u8§HighEQGain: u8§HighEQCutoff: u8§RoomFilterFreq: f32§RoomFilterMain: f32§RoomFilterHF: f32§ReflectionsGain: f32§ReverbGain: f32§DecayTime: f32§Density: f32§RoomSize: f32§DisableLateField: BOOLTrait Implementations§
§impl Clone for XAUDIO2FX_REVERB_PARAMETERS
impl Clone for XAUDIO2FX_REVERB_PARAMETERS
§fn clone(&self) -> XAUDIO2FX_REVERB_PARAMETERS
fn clone(&self) -> XAUDIO2FX_REVERB_PARAMETERS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Default for XAUDIO2FX_REVERB_PARAMETERS
impl Default for XAUDIO2FX_REVERB_PARAMETERS
impl Copy for XAUDIO2FX_REVERB_PARAMETERS
Auto Trait Implementations§
impl Freeze for XAUDIO2FX_REVERB_PARAMETERS
impl RefUnwindSafe for XAUDIO2FX_REVERB_PARAMETERS
impl Send for XAUDIO2FX_REVERB_PARAMETERS
impl Sync for XAUDIO2FX_REVERB_PARAMETERS
impl Unpin for XAUDIO2FX_REVERB_PARAMETERS
impl UnwindSafe for XAUDIO2FX_REVERB_PARAMETERS
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more