Enum mp4parse::SampleEntry [] [src]

pub enum SampleEntry {
    Audio(AudioSampleEntry),
    Video(VideoSampleEntry),
    Unknown,
}

Variants

Trait Implementations

impl Debug for SampleEntry
[src]

Formats the value using the given formatter.

impl Clone for SampleEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more