Struct cros_codecs::decoders::vp9::parser::SuperframeHeader
source · [−]Expand description
The VP9 superframe header as per Annex B, B.2.1, B.2.2
Fields
frames_in_superframe: u32
Indicates the number of frames within this superframe. NOTE - It is legal for a superframe to contain just a single frame and have NumFrames equal to 1.
frame_sizes: Vec<usize>
Specifies the size in bytes of frame number i (zero indexed) within this superframe.
Auto Trait Implementations
impl RefUnwindSafe for SuperframeHeader
impl Send for SuperframeHeader
impl Sync for SuperframeHeader
impl Unpin for SuperframeHeader
impl UnwindSafe for SuperframeHeader
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