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
width: u16
height: u16
codec_specific: VideoCodecSpecific
protection_info: Vec<ProtectionSchemeInfoBox>
Trait Implementations
impl Debug for VideoSampleEntry[src]
impl Clone for VideoSampleEntry[src]
fn clone(&self) -> VideoSampleEntry[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