Compounds | |
class | MediaInfo |
MediaInfo. More... | |
class | MediaInfoList |
MediaInfoList. More... | |
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 = 0, InfoOption_Support = 1, InfoOption_ShowInSupported = 2, InfoOption_Max = 3 } |
Option if InfoKind = Info_Options. More... | |
enum | informoptions_t { InformOption_Nothing = 0, InformOption_Custom = 1, InformOption_HTML = 2, InformOption_Max = 2 } |
Option for Inform. More... |
|
File opening options.
Definition at line 68 of file MediaInfoList.h. |
|
Kind of information.
Definition at line 106 of file MediaInfo.h. |
|
Option if InfoKind = Info_Options.
Get(...)[infooptions_t] return a string like "YNYN..."
Definition at line 123 of file MediaInfo.h. |
|
Option for Inform.
Definition at line 132 of file MediaInfo.h. |
|
Kinds of Stream.
Definition at line 94 of file MediaInfo.h. |