pub struct Muxer { /* private fields */ }Expand description
Writes an FLV file header followed by tags, each self-trailed with its own
PreviousTagSize (FLV has no incremental flush concept beyond “append the
next complete tag” — 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