Struct mp4parse::MediaContext [] [src]

pub struct MediaContext {
    pub timescale: Option<MediaTimeScale>,
    pub has_mvex: bool,
    pub tracks: Vec<Track>,
}

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