pub struct OpusDecoder { /* private fields */ }Expand description
Opus decoder with integrated 48kHz→8kHz resampling.
Implementations§
Trait Implementations§
Source§impl AudioDecoder for OpusDecoder
impl AudioDecoder for OpusDecoder
Auto Trait Implementations§
impl Freeze for OpusDecoder
impl RefUnwindSafe for OpusDecoder
impl Send for OpusDecoder
impl !Sync for OpusDecoder
impl Unpin for OpusDecoder
impl UnsafeUnpin for OpusDecoder
impl UnwindSafe for OpusDecoder
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