Öffentliche Datenelemente |
| Codec_Info (const String Dateityp, const String Codecname, V_Codec *(*konstruktor)(V_Track *), const String Real_Codecname="", const String InfoTxt="", bool read=true, bool write=true) |
| Codec_Info (const String Dateityp, const String Codecname, A_Codec *(*konstruktor)(A_Track *), const String Real_Codecname="", const String InfoTxt="", bool read=true, bool write=true) |
| Codec_Info (const Codec_Info &entry) |
| Codec_Info () |
| ~Codec_Info () |
String | CodecName (void) |
String | AliasName (void) |
V_Codec * | CreateVCodec (V_Track *track) |
A_Codec * | CreateACodec (A_Track *track) |
String | InfoText (void) |
bool | Video (void) |
bool | Audio (void) |
String | FileTyp (void) |
Freundbeziehungen |
class | CodecPlugins |