pub struct PcmaEncoder;Expand description
G.711 A-law (PCMA) encoder.
Compresses 16-bit PCM to 8-bit A-law samples (1:2 compression).
Implementations§
Source§impl PcmaEncoder
impl PcmaEncoder
Trait Implementations§
Source§impl AudioEncoder for PcmaEncoder
impl AudioEncoder for PcmaEncoder
Source§impl Debug for PcmaEncoder
impl Debug for PcmaEncoder
Source§impl Default for PcmaEncoder
impl Default for PcmaEncoder
Source§fn default() -> PcmaEncoder
fn default() -> PcmaEncoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PcmaEncoder
impl RefUnwindSafe for PcmaEncoder
impl Send for PcmaEncoder
impl Sync for PcmaEncoder
impl Unpin for PcmaEncoder
impl UnsafeUnpin for PcmaEncoder
impl UnwindSafe for PcmaEncoder
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