Struct mp4parse::MediaContext
[−]
[src]
pub struct MediaContext {
pub timescale: Option<MediaTimeScale>,
pub has_mvex: bool,
pub tracks: Vec<Track>,
}Internal data structures.
Fields
timescale: Option<MediaTimeScale>
has_mvex: bool
tracks: Vec<Track>
Tracks found in the file.
Methods
impl MediaContext[src]
fn new() -> MediaContext
Trait Implementations
impl Debug for MediaContext[src]
impl Default for MediaContext[src]
fn default() -> MediaContext
Returns the "default value" for a type. Read more