Windows Media Player 11 SDK IWMPMediaCollection2 Interface 

Windows Media Player SDK banner art

Previous Next

IWMPMediaCollection2 Interface

The IWMPMediaCollection2 interface provides methods that supplement the IWMPMediaCollection interface.

In addition to the methods inherited from IWMPMediaCollection, the IWMPMediaCollection2 interface exposes the following methods.

Method Description
createQuery Retrieves a pointer to an IWMPQuery interface that represents a new query.
getByAttributeAndMediaType Retrieves a pointer to an IWMPPlaylist interface that contains media items that have a specified attribute and media type.
getPlaylistByQuery Retrieves a pointer to an IWMPPlaylist interface that contains media items that match the query conditions.
getStringCollectionByQuery Retrieves a pointer to an IWMPStringCollection interface that contains the set of all string values for a specified attribute that match the query conditions.

See Also

Previous Next