pub struct UplinkDecoder { /* private fields */ }Expand description
Opus decoder for the 16 kHz mono mic uplink. One per session (Opus decoder state is stateful across frames).
Implementations§
Auto Trait Implementations§
impl !Sync for UplinkDecoder
impl Freeze for UplinkDecoder
impl RefUnwindSafe for UplinkDecoder
impl Send for UplinkDecoder
impl Unpin for UplinkDecoder
impl UnsafeUnpin for UplinkDecoder
impl UnwindSafe for UplinkDecoder
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