Struct webrtc_media::io::ivf_reader::IVFFrameHeader [−][src]
Expand description
IVFFrameHeader 12-byte header for IVF frames https://wiki.multimedia.cx/index.php/IVF
Fields
frame_size: u32timestamp: u64Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for IVFFrameHeader
impl Send for IVFFrameHeader
impl Sync for IVFFrameHeader
impl Unpin for IVFFrameHeader
impl UnwindSafe for IVFFrameHeader
Blanket Implementations
Mutably borrows from an owned value. Read more