pub struct Muxer { /* private fields */ }Expand description
Writes ADTS frames for a fixed AdtsConfig.
Unlike iso-bmff’s box-based mux, ADTS has no container-level header at all —
each call appends one self-contained frame directly to out, so there is no
finish() step.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Muxer
impl RefUnwindSafe for Muxer
impl Send for Muxer
impl Sync for Muxer
impl Unpin for Muxer
impl UnsafeUnpin for Muxer
impl UnwindSafe for Muxer
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