Struct vp9_parser::ivf::Frame
source · [−]Expand description
Frame inside an IVF.
A frame can contain a VP9 bitstream packet which contains either a frame or a super frame.
Fields
timestamp: u64The timestamp of the frame.
packet: Vec<u8>The data packet of the frame.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Frame
impl UnwindSafe for Frame
Blanket Implementations
Mutably borrows from an owned value. Read more