#[repr(C)]pub struct SpeexVBRCodec {
pub nBandmode: INT32,
pub nQuality: INT32,
pub nBitRate: INT32,
pub nMaxBitRate: INT32,
pub bDTX: TTBOOL,
pub nTxIntervalMSec: INT32,
pub bStereoPlayback: TTBOOL,
}Fields§
§nBandmode: INT32§nQuality: INT32§nBitRate: INT32§nMaxBitRate: INT32§bDTX: TTBOOL§nTxIntervalMSec: INT32§bStereoPlayback: TTBOOLTrait Implementations§
Source§impl Clone for SpeexVBRCodec
impl Clone for SpeexVBRCodec
Source§fn clone(&self) -> SpeexVBRCodec
fn clone(&self) -> SpeexVBRCodec
Returns a duplicate 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 moreSource§impl Debug for SpeexVBRCodec
impl Debug for SpeexVBRCodec
Source§impl Default for SpeexVBRCodec
impl Default for SpeexVBRCodec
Source§fn default() -> SpeexVBRCodec
fn default() -> SpeexVBRCodec
Returns the “default value” for a type. Read more
impl Copy for SpeexVBRCodec
Auto Trait Implementations§
impl Freeze for SpeexVBRCodec
impl RefUnwindSafe for SpeexVBRCodec
impl Send for SpeexVBRCodec
impl Sync for SpeexVBRCodec
impl Unpin for SpeexVBRCodec
impl UnwindSafe for SpeexVBRCodec
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