Struct webrtc_media::io::h264_writer::H264Writer
source · [−]Expand description
H264Writer is used to take RTP packets, parse them and write the data to an io.Writer. Currently it only supports non-interleaved mode Therefore, only 1-23, 24 (STAP-A), 28 (FU-A) NAL types are allowed. https://tools.ietf.org/html/rfc6184#section-5.2
Implementations
Trait Implementations
Auto Trait Implementations
impl<W> RefUnwindSafe for H264Writer<W>where
W: RefUnwindSafe,
impl<W> Send for H264Writer<W>where
W: Send,
impl<W> Sync for H264Writer<W>where
W: Sync,
impl<W> Unpin for H264Writer<W>where
W: Unpin,
impl<W> UnwindSafe for H264Writer<W>where
W: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more