#include <MediaInfo.h>
Public Member Functions | |
int | Open (const std::string &File) |
Open a file. | |
int | Save () |
Save a file. | |
void | Close () |
Close a file (without saving). | |
std::string | Inform (informoptions_t Options=InformOption_Nothing) |
Get all details about a file in one string. | |
std::string | Get (stream_t StreamKind, int StreamNumber, int Parameter, info_t InfoKind=Info_Text) |
Get information about a file (parameter is an integer). | |
std::string | Get (stream_t StreamKind, int StreamNumber, const std::string &Parameter, info_t InfoKind=Info_Text, info_t SearchKind=Info_Name) |
Get information about a file (parameter is a string). | |
int | Set (const std::string &ToSet, stream_t StreamKind, int StreamNumber, int Parameter, info_t KindOfInfo=Info_Text) |
Set information about a file (parameter is an int). | |
int | Set (const std::string &ToSet, stream_t StreamKind, int StreamNumber, const std::string &Parameter, info_t InfoKind=Info_Text, info_t SearchKind=Info_Name) |
Get information about a file (parameter is a string). | |
int | Count_Get (stream_t StreamKind, int StreamNumber=-1) |
Count of streams of a certain kind, or count of info in this stream (if StreamNumber). | |
int | Language_Set (const std::string &NewLanguage) |
Configure language. | |
Static Public Member Functions | |
int | Complete_Get () |
For debug, show all info (doesn't care of InfoOption_NoShow tag). | |
int | Complete_Set (bool Complete) |
For debug, show all info (doesn't care of InfoOption_NoShow tag). | |
int | Language_Set_Static (const std::string &NewLanguage) |
Configure language (static). | |
int | Inform_Set (const std::string &NewView) |
Configure custom text. | |
std::string | Info_Parameters (bool CSV=false) |
Information about what are known unique names for parameters. | |
std::string | Info_Capacities () |
Information about which parameters per format are supported. | |
std::string | Info_Codecs () |
Information about which codec is known. | |
std::string | Info_Version () |
Get the version of MediaInfoLib. |
Definition at line 147 of file MediaInfo.h.
|
Close a file (without saving).
|
|
For debug, show all info (doesn't care of InfoOption_NoShow tag).
|
|
For debug, show all info (doesn't care of InfoOption_NoShow tag).
|
|
Count of streams of a certain kind, or count of info in this stream (if StreamNumber). Options
|
|
Get information about a file (parameter is a string).
|
|
Get information about a file (parameter is an integer).
|
|
Information about which parameters per format are supported.
|
|
Information about which codec is known.
|
|
Information about what are known unique names for parameters.
|
|
Get the version of MediaInfoLib.
|
|
Get all details about a file in one string. Inform about a file in text mode
|
|
Configure custom text.
|
|
Configure language.
|
|
Configure language (static).
|
|
Open a file.
|
|
Save a file.
|
|
Get information about a file (parameter is a string).
|
|
Set information about a file (parameter is an int).
|