Go to the source code of this file.
Defines | |
#define | MEDIAINFO_DLL extern _declspec(dllimport) |
Typedefs | |
typedef enum _stream_t | stream_t_C |
Kinds of Stream. | |
typedef enum _info_t | info_t_C |
Kinds of Info. | |
typedef enum infooptions_t | infooptions_t_C |
Option if InfoKind = Info_Options. | |
typedef enum informoptions_t | informoptions_t_C |
Option for Inform. | |
Enumerations | |
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 } |
Kinds of Info. More... | |
enum | infooptions_t { InfoOption_ShowInInform, InfoOption_Support, InfoOption_ShowInSupported, InfoOption_TypeOfValue, InfoOption_Max } |
Option if InfoKind = Info_Options. More... | |
enum | informoptions_t { InformOption_Nothing, InformOption_Custom, InformOption_HTML, InformOption_Max } |
Option for Inform. More... | |
Functions | |
MEDIAINFO_DLL void *__stdcall | MediaInfoA_Open (const char *File) |
Wrapper for MediaInfoLib::MediaInfo::Open (with a filename). | |
MEDIAINFO_DLL void *__stdcall | MediaInfoA_Open_Buffer (const unsigned char *Begin, unsigned int Begin_Size, const unsigned char *End, unsigned int End_Size) |
Wrapper for MediaInfoLib::MediaInfo::Open (with a buffer). | |
MEDIAINFO_DLL int __stdcall | MediaInfoA_Save (void *Handle) |
Wrapper for MediaInfoLib::MediaInfo::Save. | |
MEDIAINFO_DLL void __stdcall | MediaInfoA_Close (void *Handle) |
Wrapper for MediaInfoLib::MediaInfo::Close. | |
MEDIAINFO_DLL const char *__stdcall | MediaInfoA_Inform (void *Handle, informoptions_t Options) |
Wrapper for MediaInfoLib::MediaInfo::Inform. | |
MEDIAINFO_DLL const char *__stdcall | MediaInfoA_GetI (void *Handle, stream_t_C StreamKind, int StreamNumber, unsigned int Parameter, info_t_C InfoKind) |
Wrapper for MediaInfoLib::MediaInfo::Get. | |
MEDIAINFO_DLL const char *__stdcall | MediaInfoA_Get (void *Handle, stream_t_C StreamKind, int StreamNumber, const char *Parameter, info_t_C InfoKind, info_t_C SearchKind) |
Wrapper for MediaInfoLib::MediaInfo::Get. | |
MEDIAINFO_DLL int __stdcall | MediaInfoA_SetI (void *Handle, const char *ToSet, stream_t_C StreamKind, int StreamNumber, unsigned int Parameter, const char *OldParameter) |
Wrapper for MediaInfoLib::MediaInfo::Set. | |
MEDIAINFO_DLL int __stdcall | MediaInfoA_Set (void *Handle, const char *ToSet, stream_t_C StreamKind, int StreamNumber, const char *Parameter, const char *OldParameter) |
Wrapper for MediaInfoLib::MediaInfo::Set. | |
MEDIAINFO_DLL const char *__stdcall | MediaInfoA_Option (void *Handle, const char *Option, const char *Value) |
Wrapper for MediaInfoLib::MediaInfo::Option. | |
MEDIAINFO_DLL int __stdcall | MediaInfoA_State_Get (void *Handle) |
Wrapper for MediaInfoLib::MediaInfo::State_Get. | |
MEDIAINFO_DLL int __stdcall | MediaInfoA_Count_Get (void *Handle, stream_t_C StreamKind, int StreamNumber) |
Wrapper for MediaInfoLib::MediaInfo::Count_Get. | |
MEDIAINFO_DLL void *__stdcall | MediaInfo_Open (const wchar_t *File) |
Wrapper for MediaInfoLib::MediaInfo::Open (with a filename). | |
MEDIAINFO_DLL void *__stdcall | MediaInfo_Open_Buffer (const unsigned char *Begin, unsigned int Begin_Size, const unsigned char *End, unsigned int End_Size) |
Wrapper for MediaInfoLib::MediaInfo::Open (with a buffer). | |
MEDIAINFO_DLL int __stdcall | MediaInfo_Save (void *Handle) |
Wrapper for MediaInfoLib::MediaInfo::Save. | |
MEDIAINFO_DLL void __stdcall | MediaInfo_Close (void *Handle) |
Wrapper for MediaInfoLib::MediaInfo::Close. | |
MEDIAINFO_DLL const wchar_t *__stdcall | MediaInfo_Inform (void *Handle, informoptions_t Options) |
Wrapper for MediaInfoLib::MediaInfo::Inform. | |
MEDIAINFO_DLL const wchar_t *__stdcall | MediaInfo_GetI (void *Handle, stream_t_C StreamKind, int StreamNumber, unsigned int Parameter, info_t_C InfoKind) |
Wrapper for MediaInfoLib::MediaInfo::Get. | |
MEDIAINFO_DLL const wchar_t *__stdcall | MediaInfo_Get (void *Handle, stream_t_C StreamKind, int StreamNumber, const wchar_t *Parameter, info_t_C InfoKind, info_t_C SearchKind) |
Wrapper for MediaInfoLib::MediaInfo::Get. | |
MEDIAINFO_DLL int __stdcall | MediaInfo_SetI (void *Handle, const wchar_t *ToSet, stream_t_C StreamKind, int StreamNumber, unsigned int Parameter, const wchar_t *OldParameter) |
Wrapper for MediaInfoLib::MediaInfo::Set. | |
MEDIAINFO_DLL int __stdcall | MediaInfo_Set (void *Handle, const wchar_t *ToSet, stream_t_C StreamKind, int StreamNumber, const wchar_t *Parameter, const wchar_t *OldParameter) |
Wrapper for MediaInfoLib::MediaInfo::Set. | |
MEDIAINFO_DLL const wchar_t *__stdcall | MediaInfo_Option (void *Handle, const wchar_t *Option, const wchar_t *Value) |
Wrapper for MediaInfoLib::MediaInfo::Options. | |
MEDIAINFO_DLL int __stdcall | MediaInfo_State_Get (void *Handle) |
Wrapper for MediaInfoLib::MediaInfo::State_Get. | |
MEDIAINFO_DLL int __stdcall | MediaInfo_Count_Get (void *Handle, stream_t_C StreamKind, int StreamNumber) |
Wrapper for MediaInfoLib::MediaInfo::Count_Get. | |
MEDIAINFO_DLL const char *__stdcall | MediaInfo_Info_Version () |
Warning : Deprecated, use MediaInfo_Option("Info_Version", "") instead. |
|
Definition at line 49 of file MediaInfoDLL.h. |
|
Kinds of Info.
|
|
Option if InfoKind = Info_Options.
|
|
Option for Inform.
|
|
Kinds of Stream.
|
|
Kinds of Info.
Definition at line 65 of file MediaInfoDLL.h. |
|
Kinds of Stream.
Definition at line 53 of file MediaInfoDLL.h. |
|
Option if InfoKind = Info_Options.
Definition at line 79 of file MediaInfoDLL.h. |
|
Option for Inform.
Definition at line 89 of file MediaInfoDLL.h. |
|
Wrapper for MediaInfoLib::MediaInfo::Close.
|
|
Wrapper for MediaInfoLib::MediaInfo::Count_Get.
|
|
Wrapper for MediaInfoLib::MediaInfo::Get.
|
|
Wrapper for MediaInfoLib::MediaInfo::Get.
|
|
Warning : Deprecated, use MediaInfo_Option("Info_Version", "") instead.
|
|
Wrapper for MediaInfoLib::MediaInfo::Inform.
|
|
Wrapper for MediaInfoLib::MediaInfo::Open (with a filename).
|
|
Wrapper for MediaInfoLib::MediaInfo::Open (with a buffer).
|
|
Wrapper for MediaInfoLib::MediaInfo::Options.
|
|
Wrapper for MediaInfoLib::MediaInfo::Save.
|
|
Wrapper for MediaInfoLib::MediaInfo::Set.
|
|
Wrapper for MediaInfoLib::MediaInfo::Set.
|
|
Wrapper for MediaInfoLib::MediaInfo::State_Get.
|
|
Wrapper for MediaInfoLib::MediaInfo::Close.
|
|
Wrapper for MediaInfoLib::MediaInfo::Count_Get.
|
|
Wrapper for MediaInfoLib::MediaInfo::Get.
|
|
Wrapper for MediaInfoLib::MediaInfo::Get.
|
|
Wrapper for MediaInfoLib::MediaInfo::Inform.
|
|
Wrapper for MediaInfoLib::MediaInfo::Open (with a filename).
|
|
Wrapper for MediaInfoLib::MediaInfo::Open (with a buffer).
|
|
Wrapper for MediaInfoLib::MediaInfo::Option.
|
|
Wrapper for MediaInfoLib::MediaInfo::Save.
|
|
Wrapper for MediaInfoLib::MediaInfo::Set.
|
|
Wrapper for MediaInfoLib::MediaInfo::Set.
|
|
Wrapper for MediaInfoLib::MediaInfo::State_Get.
|