Compartir a través de


IWMPConvert interface (wmpservices.h)

[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

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

Inheritance

The IWMPConvert interface inherits from the IUnknown interface. IWMPConvert also has these types of members:

Methods

The IWMPConvert interface has these methods.

 
IWMPConvert::ConvertFile

The ConvertFile method is implemented by a conversion plug-in and called by Windows Media Player to enable a conversion plug-in to convert a digital media file into ASF.
IWMPConvert::GetErrorURL

The GetErrorURL method is implemented by a conversion plug-in and called by Windows Media Player to retrieve the URL of a webpage that displays information to help the user correct the condition that caused an error.

Remarks

These methods are implemented by a conversion plug-in and called by Windows Media Player.

Requirements

   
Target Platform Windows
Header wmpservices.h

See also

Interfaces