Windows Media Player 11 SDK IWMPConvert Interface 

Windows Media Player SDK banner art

Previous Next

IWMPConvert Interface

The IWMPConvert interface provides methods to enable Windows Media Player conversion plug-ins to convert digital media files that are created using technologies not provided by Microsoft, into Advanced Systems Format (ASF).

In addition to the methods inherited from IUnknown, the IWMPConvert interface exposes the following methods. These methods are implemented by a conversion plug-in and called by Windows Media Player.

Method Description
ConvertFile Called by Windows Media Player to enable a conversion plug-in to convert a digital media file into ASF.
GetErrorURL Called by Windows Media Player to retrieve the URL of a Web page that displays error information about a file conversion.

See Also

Previous Next