Struct mp4parse::VPxConfigBox [] [src]

pub struct VPxConfigBox {
    pub bit_depth: u8,
    pub color_space: u8,
    pub chroma_subsampling: u8,
    pub codec_init: Vec<u8>,
    // some fields omitted
}

Represent a Video Partition Codec Configuration 'vpcC' box (aka vp9).

Fields

Trait Implementations

impl Debug for VPxConfigBox
[src]

[src]

Formats the value using the given formatter.

impl Clone for VPxConfigBox
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more