Share via


IMLMediaParser (Compact 7)

3/12/2014

This interface is implemented by the data source plug-in and is called by the plug-in manager to parse media items in a file.

Methods

In addition to the methods inherited from IUnknown this interface exposes the following methods.

Remarks

The IMLCore object creates the media parser manager. The media parser manager reads the list of metadata parser plug-ins from the registry and calls CoCreateInstance to create all the metadata parser's objects. After the metadata parsers are created, the media parser manager calls IMLMediaParser::Init for each plug-in.

You must register your metadata parser plug-in with the Media Library for the media parser manager to create it. For more information on registering your plug-in, see Media Library Registry Settings.

When to Implement

Implement this interface when you want to extract metadata from files not supported by the built-in media parsers.

Requirements

Header

mlibdll.h,
mlibdll.idl

Library

mlibdll.lib

See Also

Reference

Media Library Interfaces