Struct mp4parse::MediaContext[][src]

pub struct MediaContext {
    pub timescale: Option<MediaTimeScale>,
    pub tracks: TryVec<Track>,
    pub mvex: Option<MovieExtendsBox>,
    pub psshs: TryVec<ProtectionSystemSpecificHeaderBox>,
    pub userdata: Option<Result<UserdataBox>>,
}
Expand description

Internal data structures.

Fields

timescale: Option<MediaTimeScale>tracks: TryVec<Track>

Tracks found in the file.

mvex: Option<MovieExtendsBox>psshs: TryVec<ProtectionSystemSpecificHeaderBox>userdata: Option<Result<UserdataBox>>

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. 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.