mp4parse
pub enum TrackType { Audio, Video, Unknown, }
Audio
Video
Unknown
impl Debug for TrackType
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.
impl Default for TrackType
fn default() -> Self
Returns the "default value" for a type. Read more