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