Struct mp4parse::MediaContext [] [src]

pub struct MediaContext {
    pub timescale: Option<MediaTimeScale>,
    pub tracks: Vec<Track>,
    pub mvex: Option<MovieExtendsBox>,
    pub psshs: Vec<ProtectionSystemSpecificHeaderBox>,
}

Internal data structures.

Fields

Tracks found in the file.

Methods

impl MediaContext
[src]

Trait Implementations

impl Debug for MediaContext
[src]

Formats the value using the given formatter.

impl Default for MediaContext
[src]

Returns the "default value" for a type. Read more