| typedef char MediaInfoLib::Char |
Definition at line 177 of file MediaInfo_Const.h.
| typedef std::basic_string<MediaInfoLib::Char> MediaInfoLib::String |
Definition at line 181 of file MediaInfo_Const.h.
| typedef std::basic_stringstream<MediaInfoLib::Char> MediaInfoLib::StringStream |
Definition at line 182 of file MediaInfo_Const.h.
| typedef std::basic_istringstream<MediaInfoLib::Char> MediaInfoLib::tiStringStream |
Definition at line 183 of file MediaInfo_Const.h.
| typedef std::basic_ostringstream<MediaInfoLib::Char> MediaInfoLib::toStringStream |
Definition at line 184 of file MediaInfo_Const.h.
Used by BlockMethod
Definition at line 158 of file MediaInfo_Const.h.
File opening options
| FileOption_Nothing | |
| FileOption_Recursive | Browse folders recursively. |
| FileOption_CloseAll | Close all files before open. |
| FileOption_Max |
Definition at line 112 of file MediaInfo_Const.h.
| enum MediaInfoLib::info_t |
Kind of information
Definition at line 84 of file MediaInfo_Const.h.
Used with Codec info
| InfoCodec_Codec | |
| InfoCodec_Name | |
| InfoCodec_KindOfCode | |
| InfoCodec_KindOfStream | |
| InfoCodec_KindofCodec | |
| InfoCodec_BitRate_Mode | |
| InfoCodec_Description | |
| InfoCodec_Url | |
| InfoCodec_Max |
Definition at line 135 of file MediaInfo_Const.h.
Used with Encoder info
Definition at line 149 of file MediaInfo_Const.h.
Used with Format info
| InfoFormat_Name | |
| InfoFormat_LongName | |
| InfoFormat_Family | |
| InfoFormat_KindofFormat | |
| InfoFormat_Parser | |
| InfoFormat_Info | |
| InfoFormat_Extensions | |
| InfoFormat_Url | |
| InfoFormat_Max |
Definition at line 121 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 102 of file MediaInfo_Const.h.
Kinds of Stream
Definition at line 71 of file MediaInfo_Const.h.
1.5.3