Enum taglib::FileType [] [src]

pub enum FileType {
    MPEG,
    OggVorbis,
    FLAC,
    MPC,
    OggFlac,
    WavPack,
    Speex,
    TrueAudio,
    MP4,
    ASF,
}

Variants

MPEG

MPEG file

OggVorbis

Ogg/Vorbis file

FLAC

FLAC file

MPC

MPC file

OggFlac

Ogg/FLAC file

WavPack

WavPack file

Speex

Ogg/Speex file

TrueAudio

TrueAudio file

MP4

MP4 file

ASF

ASF file

Trait Implementations

Derived Implementations

impl PartialEq for FileType

fn eq(&self, __arg_0: &FileType) -> bool

fn ne(&self, __arg_0: &FileType) -> bool

impl Clone for FileType

fn clone(&self) -> FileType

fn clone_from(&mut self, source: &Self)

impl Copy for FileType