pub struct TsDemuxer { /* private fields */ }Available on crate features
ingest and srt only.Expand description
Stateful MPEG-TS demuxer. Feed it TS bytes with push.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TsDemuxer
impl RefUnwindSafe for TsDemuxer
impl Send for TsDemuxer
impl Sync for TsDemuxer
impl Unpin for TsDemuxer
impl UnsafeUnpin for TsDemuxer
impl UnwindSafe for TsDemuxer
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