Enum mp4parse::TrackType [] [src]

pub enum TrackType {
    Audio,
    Video,
    Unknown,
}

Variants

Trait Implementations

impl Debug for TrackType
[src]

Formats the value using the given formatter.

impl PartialEq for TrackType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for TrackType
[src]

Returns the "default value" for a type. Read more