#[repr(C)]pub struct SpeexDSP {
pub bEnableAGC: TTBOOL,
pub nGainLevel: INT32,
pub nMaxIncDBSec: INT32,
pub nMaxDecDBSec: INT32,
pub nMaxGainDB: INT32,
pub bEnableDenoise: TTBOOL,
pub nMaxNoiseSuppressDB: INT32,
pub bEnableEchoCancellation: TTBOOL,
pub nEchoSuppress: INT32,
pub nEchoSuppressActive: INT32,
}Fields§
§bEnableAGC: TTBOOL§nGainLevel: INT32§nMaxIncDBSec: INT32§nMaxDecDBSec: INT32§nMaxGainDB: INT32§bEnableDenoise: TTBOOL§nMaxNoiseSuppressDB: INT32§bEnableEchoCancellation: TTBOOL§nEchoSuppress: INT32§nEchoSuppressActive: INT32Trait Implementations§
impl Copy for SpeexDSP
Auto Trait Implementations§
impl Freeze for SpeexDSP
impl RefUnwindSafe for SpeexDSP
impl Send for SpeexDSP
impl Sync for SpeexDSP
impl Unpin for SpeexDSP
impl UnwindSafe for SpeexDSP
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