|
MediaInfoLib 0.7
|
defined(_WIN32) More...
Classes | |
| class | MediaInfo |
| MediaInfo. More... | |
| class | MediaInfoList |
| MediaInfoList. 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)
| typedef char MediaInfoLib::Char |
Unicode/Ansi independant char.
Definition at line 121 of file MediaInfo_Const.h.
| typedef std::basic_string<MediaInfoLib::Char> MediaInfoLib::String |
Unicode/Ansi independant string.
Definition at line 125 of file MediaInfo_Const.h.
| typedef std::basic_stringstream<MediaInfoLib::Char> MediaInfoLib::StringStream |
Unicode/Ansi independant stringstream.
Definition at line 126 of file MediaInfo_Const.h.
| typedef std::basic_istringstream<MediaInfoLib::Char> MediaInfoLib::tiStringStream |
Unicode/Ansi independant istringstream.
Definition at line 127 of file MediaInfo_Const.h.
| typedef std::basic_ostringstream<MediaInfoLib::Char> MediaInfoLib::toStringStream |
Unicode/Ansi independant ostringstream.
Definition at line 128 of file MediaInfo_Const.h.
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.
| Enumerator | |
|---|---|
| Info_Name | InfoKind = Unique name of parameter. |
| Info_Text | InfoKind = Value of parameter. |
| Info_Measure | InfoKind = Unique name of measure unit of parameter. |
| Info_Options | InfoKind = See infooptions_t. |
| Info_Name_Text | InfoKind = Translated name of parameter. |
| Info_Measure_Text | InfoKind = Translated name of measure unit. |
| Info_Info | InfoKind = More information about the parameter. |
| Info_HowTo | InfoKind = How this parameter is supported, could be N (No), B (Beta), R (Read only), W (Read/Write) |
| Info_Domain | InfoKind = Domain of this piece 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.