#include <AudioFileFormats.hxx>
Definition at line 39 of file AudioFileFormats.hxx.
Public Types | |
enum | tEnum { ePCM, eOggVorbis, eMpeg, eUnknown } |
Public Member Functions | |
EAudioFileCodec () | |
EAudioFileCodec (tValue val) | |
EAudioFileCodec (std::string s) | |
virtual Component * | Species () const |
Returns a new object of the same class than the receiver object. | |
Static Public Member Functions | |
static tValue | DefaultValue () |
static tEnumValue * | EnumValues () |
CLAM::EAudioFileCodec::EAudioFileCodec | ( | ) | [inline] |
Definition at line 42 of file AudioFileFormats.hxx.
CLAM::EAudioFileCodec::EAudioFileCodec | ( | tValue | val | ) | [inline] |
Definition at line 43 of file AudioFileFormats.hxx.
CLAM::EAudioFileCodec::EAudioFileCodec | ( | std::string | s | ) | [inline] |
Definition at line 44 of file AudioFileFormats.hxx.
virtual Component* CLAM::EAudioFileCodec::Species | ( | ) | const [inline, virtual] |
Returns a new object of the same class than the receiver object.
To be reimplemented by subclasses.
Implements CLAM::Enum.
Definition at line 45 of file AudioFileFormats.hxx.
static tValue CLAM::EAudioFileCodec::DefaultValue | ( | ) | [inline, static] |
static tEnumValue* CLAM::EAudioFileCodec::EnumValues | ( | ) | [inline, static] |
Definition at line 55 of file AudioFileFormats.hxx.
References eMpeg, eOggVorbis, ePCM, eUnknown, and NULL.