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
bit_depth: u8
color_space: u8
chroma_subsampling: u8
codec_init: Vec<u8>
Trait Implementations
impl Debug for VPxConfigBox[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for VPxConfigBox[src]
fn clone(&self) -> VPxConfigBox[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more