Struct mp4parse::VideoSampleEntry [] [src]

pub struct VideoSampleEntry {
    pub width: u16,
    pub height: u16,
    pub codec_specific: VideoCodecSpecific,
    pub protection_info: Vec<ProtectionSchemeInfoBox>,
    // some fields omitted
}

Fields

Trait Implementations

impl Debug for VideoSampleEntry
[src]

Formats the value using the given formatter.

impl Clone for VideoSampleEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more