Enum matroska::Tracktype[][src]

pub enum Tracktype {
    Video,
    Audio,
    Complex,
    Logo,
    Subtitle,
    Buttons,
    Control,
    Unknown,
}

The type of a given track

Variants

A video track

An audio track

A complex track

A logo track

A subtitle track

A buttons track

A controls track

An unknown track type

Trait Implementations

impl Debug for Tracktype
[src]

Formats the value using the given formatter. Read more

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 Eq for Tracktype
[src]

Auto Trait Implementations

impl Send for Tracktype

impl Sync for Tracktype