|
MediaInfoLib
0.7
|
defined(_WIN32) More...
Classes | |
| class | MediaInfoList |
| MediaInfoList. More... | |
| class | MediaInfo |
| MediaInfo. More... | |
Typedefs | |
| typedef char | Char |
| Unicode/Ansi independant char. | |
| typedef std::basic_string< MediaInfoLib::Char > | String |
| Unicode/Ansi independant string. | |
| typedef std::basic_stringstream< MediaInfoLib::Char > | StringStream |
| Unicode/Ansi independant stringstream. | |
| typedef std::basic_istringstream< MediaInfoLib::Char > | tiStringStream |
| Unicode/Ansi independant istringstream. | |
| typedef std::basic_ostringstream< MediaInfoLib::Char > | toStringStream |
| Unicode/Ansi independant ostringstream. | |
Enumerations | |
| enum | stream_t { Stream_General , Stream_Video , Stream_Audio , Stream_Text , Stream_Other , Stream_Image , Stream_Menu , 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_Domain , Info_Max } |
| Kind of information. More... | |
| enum | infooptions_t { InfoOption_ShowInInform , InfoOption_Reserved , InfoOption_ShowInSupported , InfoOption_TypeOfValue , InfoOption_ShowInXml , InfoOption_Max } |
| Option if InfoKind = Info_Options. More... | |
| enum | fileoptions_t { FileOption_Nothing =0x00 , FileOption_NoRecursive =0x01 , FileOption_CloseAll =0x02 , FileOption_Max =0x04 } |
| File opening options. More... | |
defined(_WIN32)
File opening options.
| Enumerator | |
|---|---|
| FileOption_NoRecursive | Do not browse folders recursively. |
| FileOption_CloseAll | Close all files before open. |
Definition at line 102 of file MediaInfo_Const.h.
| enum MediaInfoLib::info_t |
Kind of information.
Definition at line 73 of file MediaInfo_Const.h.
Option if InfoKind = Info_Options.
Get(...)[infooptions_t] return a string like "YNYN..."
Use this enum to know at what correspond the Y (Yes) or N (No) If Get(...)[0]==Y, then :
Definition at line 91 of file MediaInfo_Const.h.
Kinds of Stream.
Definition at line 60 of file MediaInfo_Const.h.