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