Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)
| Previous | Next |
IWMPMetadataPicture Interface (VB and C#)
Provides properties for getting information about the image contained in a digital media file that is represented by a WM/Picture metadata attribute. This attribute corresponds to album art images contained in a digital media file, not to album art downloaded over the Internet.
The IWMPMetadataPicture interface exposes the following properties.
| Property | Description |
| Description | Gets the description of the image represented by the metadata attribute. |
| mimeType | Gets the MIME type of the image represented by the metadata attribute. |
| pictureType | Gets the picture type of the image represented by the metadata attribute. |
| URL | Gets the URL of the image represented by the metadata attribute. |
Get an IWMPMetadataPicture interface by passing in the attribute name WM/Picture to the following method and casting the object that is returned.
| Interface | Property |
| IWMPMedia3 | getItemInfoByType |
See Also
| Previous | Next |