Go to the source code of this file.
Defines | |
#define | MEDIAINFO_EXP extern _declspec(dllimport) |
#define | MediaInfo_New MediaInfoA_New |
#define | MediaInfo_New_Quick MediaInfoA_New_Quick |
#define | MediaInfo_Delete MediaInfoA_Delete |
#define | MediaInfo_Open MediaInfoA_Open |
#define | MediaInfo_Open_Buffer MediaInfoA_Open_Buffer |
#define | MediaInfo_Save MediaInfoA_Save |
#define | MediaInfo_Close MediaInfoA_Close |
#define | MediaInfo_Inform MediaInfoA_Inform |
#define | MediaInfo_GetI MediaInfoA_GetI |
#define | MediaInfo_Get MediaInfoA_Get |
#define | MediaInfo_SetI MediaInfoA_SetI |
#define | MediaInfo_Set MediaInfoA_Set |
#define | MediaInfo_Option MediaInfoA_Option |
#define | MediaInfo_State_Get MediaInfoA_State_Get |
#define | MediaInfo_Count_Get MediaInfoA_Count_Get |
#define | MediaInfoList_New MediaInfoListA_New |
#define | MediaInfoList_New_Quick MediaInfoListA_New_Quick |
#define | MediaInfoList_Delete MediaInfoListA_Delete |
#define | MediaInfoList_Open MediaInfoListA_Open |
#define | MediaInfoList_Open_Buffer MediaInfoListA_Open_Buffer |
#define | MediaInfoList_Save MediaInfoListA_Save |
#define | MediaInfoList_Save_All MediaInfoListA_Save_All |
#define | MediaInfoList_Close MediaInfoListA_Close |
#define | MediaInfoList_Close_All MediaInfoListA_Close_All |
#define | MediaInfoList_Inform MediaInfoListA_Inform |
#define | MediaInfoList_Inform_All MediaInfoListA_Inform_All |
#define | MediaInfoList_GetI MediaInfoListA_GetI |
#define | MediaInfoList_Get MediaInfoListA_Get |
#define | MediaInfoList_SetI MediaInfoListA_SetI |
#define | MediaInfoList_Set MediaInfoListA_Set |
#define | MediaInfoList_Option MediaInfoListA_Option |
#define | MediaInfoList_State_Get MediaInfoListA_State_Get |
#define | MediaInfoList_Count_Get MediaInfoListA_Count_Get |
#define | MediaInfoList_Count_Get_Files MediaInfoListA_Count_Get_Files |
Typedefs | |
typedef enum MediaInfo_stream_t | MediaInfo_stream_C |
Kinds of Stream. | |
typedef enum MediaInfo_info_t | MediaInfo_info_C |
Kinds of Info. | |
typedef enum MediaInfo_infooptions_t | MediaInfo_infooptions_C |
Option if InfoKind = Info_Options. | |
typedef enum MediaInfo_fileoptions_t | MediaInfo_fileoptions_C |
File opening options. | |
Enumerations | |
enum | MediaInfo_stream_t { MediaInfo_Stream_General, MediaInfo_Stream_Video, MediaInfo_Stream_Audio, MediaInfo_Stream_Text, MediaInfo_Stream_Chapters, MediaInfo_Stream_Max } |
Kinds of Stream. More... | |
enum | MediaInfo_info_t { MediaInfo_Info_Name, MediaInfo_Info_Text, MediaInfo_Info_Measure, MediaInfo_Info_Options, MediaInfo_Info_Name_Text, MediaInfo_Info_Measure_Text, MediaInfo_Info_Info, MediaInfo_Info_HowTo, MediaInfo_Info_Max } |
Kinds of Info. More... | |
enum | MediaInfo_infooptions_t { MediaInfo_InfoOption_ShowInInform, MediaInfo_InfoOption_Support, MediaInfo_InfoOption_ShowInSupported, MediaInfo_InfoOption_TypeOfValue, MediaInfo_InfoOption_Max } |
Option if InfoKind = Info_Options. More... | |
enum | MediaInfo_fileoptions_t { MediaInfo_FileOption_Nothing, MediaInfo_FileOption_Recursive, MediaInfo_FileOption_Close, MediaInfo_FileOption_Max } |
File opening options. More... | |
Functions | |
MEDIAINFO_EXP void *__stdcall | MediaInfoA_New () |
A 'new' MediaInfo interface, return a Handle, don't forget to delete it after using it. | |
MEDIAINFO_EXP void *__stdcall | MediaInfoA_New_Quick (const char *File, const char *Options) |
A 'new' MediaInfo interface (with a quick init of useful options : "**VERSION**;**APP_NAME**;**APP_VERSION**", but without debug information, use it only if you know what you do), return a Handle, don't forget to delete it after using it. | |
MEDIAINFO_EXP void __stdcall | MediaInfoA_Delete (void *Handle) |
Delete a MediaInfo interface. | |
MEDIAINFO_EXP int __stdcall | MediaInfoA_Open (void *Handle, const char *File) |
Wrapper for MediaInfoLib::MediaInfo::Open (with a filename). | |
MEDIAINFO_EXP int __stdcall | MediaInfoA_Open_Buffer (void *Handle, 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_EXP int __stdcall | MediaInfoA_Save (void *Handle) |
Wrapper for MediaInfoLib::MediaInfo::Save. | |
MEDIAINFO_EXP void __stdcall | MediaInfoA_Close (void *Handle) |
Wrapper for MediaInfoLib::MediaInfo::Close. | |
MEDIAINFO_EXP const char *__stdcall | MediaInfoA_Inform (void *Handle, int Reserved) |
Wrapper for MediaInfoLib::MediaInfo::Inform. | |
MEDIAINFO_EXP const char *__stdcall | MediaInfoA_GetI (void *Handle, MediaInfo_stream_C StreamKind, int StreamNumber, unsigned int Parameter, MediaInfo_info_C InfoKind) |
Wrapper for MediaInfoLib::MediaInfo::Get. | |
MEDIAINFO_EXP const char *__stdcall | MediaInfoA_Get (void *Handle, MediaInfo_stream_C StreamKind, int StreamNumber, const char *Parameter, MediaInfo_info_C InfoKind, MediaInfo_info_C SearchKind) |
Wrapper for MediaInfoLib::MediaInfo::Get. | |
MEDIAINFO_EXP int __stdcall | MediaInfoA_SetI (void *Handle, const char *ToSet, MediaInfo_stream_C StreamKind, int StreamNumber, unsigned int Parameter, const char *OldParameter) |
Wrapper for MediaInfoLib::MediaInfo::Set. | |
MEDIAINFO_EXP int __stdcall | MediaInfoA_Set (void *Handle, const char *ToSet, MediaInfo_stream_C StreamKind, int StreamNumber, const char *Parameter, const char *OldParameter) |
Wrapper for MediaInfoLib::MediaInfo::Set. | |
MEDIAINFO_EXP const char *__stdcall | MediaInfoA_Option (void *Handle, const char *Option, const char *Value) |
Wrapper for MediaInfoLib::MediaInfo::Option. | |
MEDIAINFO_EXP int __stdcall | MediaInfoA_State_Get (void *Handle) |
Wrapper for MediaInfoLib::MediaInfo::State_Get. | |
MEDIAINFO_EXP int __stdcall | MediaInfoA_Count_Get (void *Handle, MediaInfo_stream_C StreamKind, int StreamNumber) |
Wrapper for MediaInfoLib::MediaInfo::Count_Get. | |
MEDIAINFO_EXP const char *__stdcall | MediaInfo_Info_Version () |
MEDIAINFO_EXP void *__stdcall | MediaInfoListA_New () |
A 'new' MediaInfoList interface, return a Handle, don't forget to delete it after using it. | |
MEDIAINFO_EXP void *__stdcall | MediaInfoListA_New_Quick (const char *Files, const char *Config) |
A 'new' MediaInfoList interface (with a quick init of useful options : "**VERSION**;**APP_NAME**;**APP_VERSION**", but without debug information, use it only if you know what you do), return a Handle, don't forget to delete it after using it. | |
MEDIAINFO_EXP void __stdcall | MediaInfoListA_Delete (void *Handle) |
Delete a MediaInfoList interface. | |
MEDIAINFO_EXP int __stdcall | MediaInfoListA_Open (void *Handle, const char *Files, const MediaInfo_fileoptions_C Options) |
Wrapper for MediaInfoListLib::MediaInfoList::Open (with a filename). | |
MEDIAINFO_EXP int __stdcall | MediaInfoListA_Open_Buffer (void *Handle, const unsigned char *Begin, unsigned int Begin_Size, const unsigned char *End, unsigned int End_Size) |
Wrapper for MediaInfoListLib::MediaInfoList::Open (with a buffer). | |
MEDIAINFO_EXP int __stdcall | MediaInfoListA_Save (void *Handle, unsigned int FilePos) |
Wrapper for MediaInfoListLib::MediaInfoList::Save. | |
MEDIAINFO_EXP void __stdcall | MediaInfoListA_Close (void *Handle, unsigned int FilePos) |
Wrapper for MediaInfoListLib::MediaInfoList::Close. | |
MEDIAINFO_EXP const char *__stdcall | MediaInfoListA_Inform (void *Handle, unsigned int FilePos, int Reserved) |
Wrapper for MediaInfoListLib::MediaInfoList::Inform. | |
MEDIAINFO_EXP const char *__stdcall | MediaInfoListA_GetI (void *Handle, unsigned int FilePos, MediaInfo_stream_C StreamKind, int StreamNumber, unsigned int Parameter, MediaInfo_info_C InfoKind) |
Wrapper for MediaInfoListLib::MediaInfoList::Get. | |
MEDIAINFO_EXP const char *__stdcall | MediaInfoListA_Get (void *Handle, unsigned int FilePos, MediaInfo_stream_C StreamKind, int StreamNumber, const char *Parameter, MediaInfo_info_C InfoKind, MediaInfo_info_C SearchKind) |
Wrapper for MediaInfoListLib::MediaInfoList::Get. | |
MEDIAINFO_EXP int __stdcall | MediaInfoListA_SetI (void *Handle, const char *ToSet, unsigned int FilePos, MediaInfo_stream_C StreamKind, int StreamNumber, unsigned int Parameter, const char *OldParameter) |
Wrapper for MediaInfoListLib::MediaInfoList::Set. | |
MEDIAINFO_EXP int __stdcall | MediaInfoListA_Set (void *Handles, const char *ToSet, unsigned int FilePos, MediaInfo_stream_C StreamKind, int StreamNumber, const char *Parameter, const char *OldParameter) |
Wrapper for MediaInfoListLib::MediaInfoList::Set. | |
MEDIAINFO_EXP const char *__stdcall | MediaInfoListA_Option (void *Handle, const char *Option, const char *Value) |
Wrapper for MediaInfoListLib::MediaInfoList::Option. | |
MEDIAINFO_EXP int __stdcall | MediaInfoListA_State_Get (void *Handle) |
Wrapper for MediaInfoListLib::MediaInfoList::State_Get. | |
MEDIAINFO_EXP int __stdcall | MediaInfoListA_Count_Get (void *Handle, unsigned int FilePos, MediaInfo_stream_C StreamKind, int StreamNumber) |
Wrapper for MediaInfoListLib::MediaInfoList::Count_Get. | |
MEDIAINFO_EXP int __stdcall | MediaInfoListA_Count_Get_Files (void *Handle) |
Wrapper for MediaInfoListLib::MediaInfoList::Count_Get. |
|
Definition at line 156 of file MediaInfoDLL.h. |
|
Definition at line 164 of file MediaInfoDLL.h. |
|
Definition at line 152 of file MediaInfoDLL.h. |
|
Definition at line 56 of file MediaInfoDLL.h. |
|
Definition at line 159 of file MediaInfoDLL.h. |
|
Definition at line 158 of file MediaInfoDLL.h. |
|
Definition at line 157 of file MediaInfoDLL.h. |
|
Definition at line 150 of file MediaInfoDLL.h. |
|
Definition at line 151 of file MediaInfoDLL.h. |
|
Definition at line 153 of file MediaInfoDLL.h. |
|
Definition at line 154 of file MediaInfoDLL.h. |
|
Definition at line 162 of file MediaInfoDLL.h. |
|
Definition at line 155 of file MediaInfoDLL.h. |
|
Definition at line 161 of file MediaInfoDLL.h. |
|
Definition at line 160 of file MediaInfoDLL.h. |
|
Definition at line 163 of file MediaInfoDLL.h. |
|
Definition at line 240 of file MediaInfoDLL.h. |
|
Definition at line 241 of file MediaInfoDLL.h. |
|
Definition at line 250 of file MediaInfoDLL.h. |
|
Definition at line 251 of file MediaInfoDLL.h. |
|
Definition at line 235 of file MediaInfoDLL.h. |
|
Definition at line 245 of file MediaInfoDLL.h. |
|
Definition at line 244 of file MediaInfoDLL.h. |
|
Definition at line 242 of file MediaInfoDLL.h. |
|
Definition at line 243 of file MediaInfoDLL.h. |
|
Definition at line 233 of file MediaInfoDLL.h. |
|
Definition at line 234 of file MediaInfoDLL.h. |
|
Definition at line 236 of file MediaInfoDLL.h. |
|
Definition at line 237 of file MediaInfoDLL.h. |
|
Definition at line 248 of file MediaInfoDLL.h. |
|
Definition at line 238 of file MediaInfoDLL.h. |
|
Definition at line 239 of file MediaInfoDLL.h. |
|
Definition at line 247 of file MediaInfoDLL.h. |
|
Definition at line 246 of file MediaInfoDLL.h. |
|
Definition at line 249 of file MediaInfoDLL.h. |
|
File opening options.
|
|
Kinds of Info.
|
|
Option if InfoKind = Info_Options.
|
|
Kinds of Stream.
|
|
File opening options.
Definition at line 95 of file MediaInfoDLL.h. |
|
Kinds of Info.
Definition at line 71 of file MediaInfoDLL.h. |
|
Option if InfoKind = Info_Options.
Definition at line 85 of file MediaInfoDLL.h. |
|
Kinds of Stream.
Definition at line 60 of file MediaInfoDLL.h. |
|
|
|
Wrapper for MediaInfoLib::MediaInfo::Close.
|
|
Wrapper for MediaInfoLib::MediaInfo::Count_Get.
|
|
Delete a MediaInfo interface.
|
|
Wrapper for MediaInfoLib::MediaInfo::Get.
|
|
Wrapper for MediaInfoLib::MediaInfo::Get.
|
|
Wrapper for MediaInfoLib::MediaInfo::Inform.
|
|
A 'new' MediaInfo interface, return a Handle, don't forget to delete it after using it.
|
|
A 'new' MediaInfo interface (with a quick init of useful options : "**VERSION**;**APP_NAME**;**APP_VERSION**", but without debug information, use it only if you know what you do), return a Handle, don't forget to delete it after using it.
|
|
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.
|
|
Wrapper for MediaInfoListLib::MediaInfoList::Close.
|
|
Wrapper for MediaInfoListLib::MediaInfoList::Count_Get.
|
|
Wrapper for MediaInfoListLib::MediaInfoList::Count_Get.
|
|
Delete a MediaInfoList interface.
|
|
Wrapper for MediaInfoListLib::MediaInfoList::Get.
|
|
Wrapper for MediaInfoListLib::MediaInfoList::Get.
|
|
Wrapper for MediaInfoListLib::MediaInfoList::Inform.
|
|
A 'new' MediaInfoList interface, return a Handle, don't forget to delete it after using it.
|
|
A 'new' MediaInfoList interface (with a quick init of useful options : "**VERSION**;**APP_NAME**;**APP_VERSION**", but without debug information, use it only if you know what you do), return a Handle, don't forget to delete it after using it.
|
|
Wrapper for MediaInfoListLib::MediaInfoList::Open (with a filename).
|
|
Wrapper for MediaInfoListLib::MediaInfoList::Open (with a buffer).
|
|
Wrapper for MediaInfoListLib::MediaInfoList::Option.
|
|
Wrapper for MediaInfoListLib::MediaInfoList::Save.
|
|
Wrapper for MediaInfoListLib::MediaInfoList::Set.
|
|
Wrapper for MediaInfoListLib::MediaInfoList::Set.
|
|
Wrapper for MediaInfoListLib::MediaInfoList::State_Get.
|