Compounds | |
class | MediaInfo |
MediaInfo. More... | |
class | MediaInfoList |
MediaInfoList. More... | |
Typedefs | |
typedef char | Char |
typedef std::basic_string< Char, std::char_traits< Char >, std::allocator< Char > > | MediaInfo_String |
Enumerations | |
enum | fileoptions_t { FileOption_Nothing, FileOption_Recursive, FileOption_Close, FileOption_Max } |
File opening options. More... | |
enum | stream_t { Stream_General, Stream_Video, Stream_Audio, Stream_Text, Stream_Chapters, Stream_Image, Stream_Max } |
Kinds of Stream. More... | |
enum | info_t { Info_Name, Info_Text, Info_Measure, Info_Options, Info_Name_Text, Info_Measure_Text, Info_Info, Info_HowTo, Info_Max } |
Kind of information. More... | |
enum | infooptions_t { InfoOption_ShowInInform, InfoOption_Support, InfoOption_ShowInSupported, InfoOption_TypeOfValue, InfoOption_Max } |
Option if InfoKind = Info_Options. More... | |
enum | informoptions_t { InformOption_Nothing, InformOption_Custom, InformOption_HTML, InformOption_Max } |
Option for Inform. More... |
|
Definition at line 103 of file MediaInfo.h. |
|
Definition at line 107 of file MediaInfo.h. |
|
File opening options.
Definition at line 51 of file MediaInfoList.h. |
|
Kind of information.
Definition at line 128 of file MediaInfo.h. |
|
Option if InfoKind = Info_Options.
Get(...)[infooptions_t] return a string like "YNYN..."
Definition at line 145 of file MediaInfo.h. |
|
Option for Inform.
Definition at line 155 of file MediaInfo.h. |
|
Kinds of Stream.
Definition at line 116 of file MediaInfo.h. |