Struct webrtc_media::io::ivf_writer::IVFWriter
source · pub struct IVFWriter<W: Write + Seek> { /* private fields */ }
Expand description
IVFWriter is used to take RTP packets and write them to an IVF on disk
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<W> RefUnwindSafe for IVFWriter<W>where W: RefUnwindSafe,
impl<W> Send for IVFWriter<W>where W: Send,
impl<W> Sync for IVFWriter<W>where W: Sync,
impl<W> Unpin for IVFWriter<W>where W: Unpin,
impl<W> UnwindSafe for IVFWriter<W>where W: UnwindSafe,
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