Enum seiri::TrackFileType [] [src]

pub enum TrackFileType {
    Flac,
    Flac4,
    Flac8,
    Flac16,
    Flac24,
    Flac32,
    Alac,
    Mp3Cbr,
    Mp3Vbr,
    Aac,
    Vorbis,
    Opus,
    Wavpack,
    MonkeysAudio,
    Unknown,
}

Variants

Methods

impl TrackFileType
[src]

[src]

Trait Implementations

impl Debug for TrackFileType
[src]

[src]

Formats the value using the given formatter. Read more

impl From<i32> for TrackFileType
[src]

[src]

Performs the conversion.

impl Display for TrackFileType
[src]

[src]

Formats the value using the given formatter. Read more

impl FromStr for TrackFileType
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for TrackFileType

impl Sync for TrackFileType