IWMPMetadataPicture interface (wmp.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 IWMPMetadataPicture interface provides methods for retrieving information about the WM/Picture metadata attribute.

Inheritance

The IWMPMetadataPicture interface inherits from the IDispatch interface. IWMPMetadataPicture also has these types of members:

Methods

The IWMPMetadataPicture interface has these methods.

 
IWMPMetadataPicture::get_description

The get_description method retrieves a pointer to the description of the metadata image.
IWMPMetadataPicture::get_mimeType

The get_mimeType method retrieves a pointer to a string specifying the MIME type of the metadata image.
IWMPMetadataPicture::get_pictureType

The get_pictureType method retrieves a pointer to a string specifying the picture type of the metadata image.
IWMPMetadataPicture::get_URL

This method is for internal use only.

Requirements

   
Target Platform Windows
Header wmp.h

See also

Interfaces