Main Page   Namespace List   Compound List   File List   Namespace Members   Compound Members   File Members  

MediaInfoDLL.h File Reference

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.


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...


Functions

MEDIAINFO_DLL void *__stdcall MediaInfo_Open (char *File)
 Wrapper for MediaInfoLib::MediaInfo::Open.

MEDIAINFO_DLL void __stdcall MediaInfo_Close (void *Handle)
 Wrapper for MediaInfoLib::MediaInfo::Close.

MEDIAINFO_DLL char *__stdcall MediaInfo_Inform (void *Handle)
 Wrapper for MediaInfoLib::MediaInfo::Inform.

MEDIAINFO_DLL char *__stdcall MediaInfo_GetI (void *Handle, stream_t_C StreamKind, int StreamNumber, int Parameter, info_t_C KindOfInfo)
 Wrapper for MediaInfoLib::MediaInfo::Get.

MEDIAINFO_DLL char *__stdcall MediaInfo_Get (void *Handle, stream_t_C StreamKind, int StreamNumber, char *Parameter, info_t_C KindOfInfo, info_t_C KindOfSearch)
 Wrapper for MediaInfoLib::MediaInfo::Get.

MEDIAINFO_DLL char *__stdcall MediaInfo_Info_Parameters (bool CSV)
 Wrapper for MediaInfoLib::MediaInfo::Info_Parameters.

MEDIAINFO_DLL int __stdcall MediaInfo_Count_Get (void *Handle, stream_t_C StreamKind, int StreamNumber)
 Wrapper for MediaInfoLib::MediaInfo::Count_Get.

MEDIAINFO_DLL int __stdcall MediaInfo_Complete_Get ()
 Wrapper for MediaInfoLib::MediaInfo::Complete_Get.

MEDIAINFO_DLL int __stdcall MediaInfo_Complete_Set (int Complete)
 Wrapper for MediaInfoLib::MediaInfo::Complete_Set.

MEDIAINFO_DLL int __stdcall MediaInfo_Inform_Set (void *Handle, char *Text)
 Wrapper for MediaInfoLib::MediaInfo::Inform_Set.

MEDIAINFO_DLL char *__stdcall MediaInfo_Info_Capacities ()
 Wrapper for MediaInfoLib::MediaInfo::Info_Capacities.

MEDIAINFO_DLL char *__stdcall MediaInfo_Info_Codecs ()
 Wrapper for MediaInfoLib::MediaInfo::Info_Codecs.

MEDIAINFO_DLL char *__stdcall MediaInfo_Info_Version ()
 Wrapper for MediaInfoLib::MediaInfo::Info_Version.


Define Documentation

#define MEDIAINFO_DLL   extern _declspec(dllimport)
 

Definition at line 42 of file MediaInfoDLL.h.


Typedef Documentation

typedef enum _info_t info_t_C
 

Kinds of Info.

typedef enum _stream_t stream_t_C
 

Kinds of Stream.


Enumeration Type Documentation

enum _info_t
 

Kinds of Info.

Enumeration values:
Info_Name 
Info_Text 
Info_Measure 
Info_Options 
Info_Name_Text 
Info_Measure_Text 
Info_Info 
Info_HowTo 
Info_Max 

Definition at line 58 of file MediaInfoDLL.h.

enum _stream_t
 

Kinds of Stream.

Enumeration values:
Stream_General 
Stream_Video 
Stream_Audio 
Stream_Text 
Stream_Chapters 
Stream_Image 
Stream_Max 

Definition at line 46 of file MediaInfoDLL.h.


Function Documentation

MEDIAINFO_DLL void __stdcall MediaInfo_Close void *    Handle
 

Wrapper for MediaInfoLib::MediaInfo::Close.

MEDIAINFO_DLL int __stdcall MediaInfo_Complete_Get  
 

Wrapper for MediaInfoLib::MediaInfo::Complete_Get.

MEDIAINFO_DLL int __stdcall MediaInfo_Complete_Set int    Complete
 

Wrapper for MediaInfoLib::MediaInfo::Complete_Set.

MEDIAINFO_DLL int __stdcall MediaInfo_Count_Get void *    Handle,
stream_t_C    StreamKind,
int    StreamNumber
 

Wrapper for MediaInfoLib::MediaInfo::Count_Get.

MEDIAINFO_DLL char* __stdcall MediaInfo_Get void *    Handle,
stream_t_C    StreamKind,
int    StreamNumber,
char *    Parameter,
info_t_C    KindOfInfo,
info_t_C    KindOfSearch
 

Wrapper for MediaInfoLib::MediaInfo::Get.

MEDIAINFO_DLL char* __stdcall MediaInfo_GetI void *    Handle,
stream_t_C    StreamKind,
int    StreamNumber,
int    Parameter,
info_t_C    KindOfInfo
 

Wrapper for MediaInfoLib::MediaInfo::Get.

MEDIAINFO_DLL char* __stdcall MediaInfo_Info_Capacities  
 

Wrapper for MediaInfoLib::MediaInfo::Info_Capacities.

MEDIAINFO_DLL char* __stdcall MediaInfo_Info_Codecs  
 

Wrapper for MediaInfoLib::MediaInfo::Info_Codecs.

MEDIAINFO_DLL char* __stdcall MediaInfo_Info_Parameters bool    CSV
 

Wrapper for MediaInfoLib::MediaInfo::Info_Parameters.

MEDIAINFO_DLL char* __stdcall MediaInfo_Info_Version  
 

Wrapper for MediaInfoLib::MediaInfo::Info_Version.

MEDIAINFO_DLL char* __stdcall MediaInfo_Inform void *    Handle
 

Wrapper for MediaInfoLib::MediaInfo::Inform.

MEDIAINFO_DLL int __stdcall MediaInfo_Inform_Set void *    Handle,
char *    Text
 

Wrapper for MediaInfoLib::MediaInfo::Inform_Set.

MEDIAINFO_DLL void* __stdcall MediaInfo_Open char *    File
 

Wrapper for MediaInfoLib::MediaInfo::Open.


Generated on Mon Aug 25 23:59:39 2003 for MediaInfoLib by doxygen1.3-rc3