Enum mp4parse::SampleEntry
[−]
[src]
pub enum SampleEntry {
Audio(AudioSampleEntry),
Video(VideoSampleEntry),
Unknown,
}Variants
Audio(AudioSampleEntry)Video(VideoSampleEntry)UnknownTrait Implementations
impl Debug for SampleEntry[src]
impl Clone for SampleEntry[src]
fn clone(&self) -> SampleEntry
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more