According to the MediaInfo documentation which is located at http://mediainfo.sourceforge.net/en/Support/SDK/Doxygen/class_media_info_lib_1_1_media_info_list.html, the MediaInfoList class is used to gather information about multiple files in one shot.
The problem I have is the MediaInfoDLL.pas file that comes with the download package does not contain any information I need to access this class and I cannot find any examples online that show how to use this class from within Delphi.
If anyone has any references or examples on how I am supposed to access this class then please do share.