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
timescale: Option<MediaTimeScale>
tracks: Vec<Track>
Tracks found in the file.
mvex: Option<MovieExtendsBox>
psshs: Vec<ProtectionSystemSpecificHeaderBox>
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