MediaInfoLib 0.7
MediaInfoLib Index Page

Interfaces

There is 2 access methods

  • MediaInfo class
    To manage one file, this is the simplest interface.
    • MediaInfo::Open to analyse file
    • MediaInfo::Inform to have a summary
    • MediaInfo::Get to retreive one piece of information
  • MediaInfoList class
    To manage a list of files
    • MediaInfoList::Open to analyse file
    • MediaInfoList::Inform to have a summary
    • MediaInfoList::Get to retreive one piece of information
    • MediaInfoList::Close to close one file

C Interface (MediaInfo_*)

For compatibility and DLL interface
This is a C interface for the List class
Note : Don't forget to include the MediaInfoDLL.h file in your source file!

  • Example of commands:
    • MediaInfo_Open to analyse file
    • MediaInfo_Inform to have a summary
    • MediaInfo_Get to retreive one piece of information
    • MediaInfo_Close to free memory