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 = 0, FileOption_Recursive = 1, FileOption_Close = 2, FileOption_Max = 4 } |
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 102 of file MediaInfo.h. |
|
Definition at line 105 of file MediaInfo.h. |
|
File opening options.
Definition at line 51 of file MediaInfoList.h. |
|
Kind of information.
Definition at line 126 of file MediaInfo.h. |
|
Option if InfoKind = Info_Options.
Get(...)[infooptions_t] return a string like "YNYN..."
Definition at line 143 of file MediaInfo.h. |
|
Option for Inform.
Definition at line 153 of file MediaInfo.h. |
|
Kinds of Stream.
Definition at line 114 of file MediaInfo.h. |