Media Item Attributes

[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.]

When you look at the library in Windows Media Player, you typically see a great deal of information about a media item. In addition to the name of an audio track, for example, you will likely see the name of the album the track is on, the names of the artist and composer, the genre of the music, and so on.

In the Windows Media Player object model, these metadata items are called attributes. The object model includes properties and methods you can use to query media items and playlists for attributes. You can then display attribute values in your user interface, or your code can take actions based on the value of an attribute.

The following topics describe working with media item attributes.

Topic Description
Understanding Attribute Sources Describes how the source of a media item affects the attributes that may be associated with it.
Reading Attribute Values Shows the methods for retrieving the value of an attribute.
Attributes with Multiple Values Shows the methods for retrieving the value of a multi-valued attribute.
Reading Attribute Values from a CD or DVD Provides a sample application that reads all of the attributes of a media item.
Changing Attribute Values Shows the method for changing the value of an attribute.
Attribute Values for TV Content Shows how to specify attributes for digital video content that contains TV shows.

 

Playlist Attributes

Working with the Library