Struct mp4parse::VideoSampleEntry[][src]

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

Fields

codec_type: CodecTypewidth: u16height: u16codec_specific: VideoCodecSpecificprotection_info: TryVec<ProtectionSchemeInfoBox>

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.