Share via


Windows Media Player 11 SDK IWMPContentContainer Interface 

Windows Media Player SDK banner art

Previous Next

IWMPContentContainer Interface

Note This section describes functionality designed for use by online stores. Use of this functionality outside the context of an online store is not supported.

The IWMPContentContainer interface represents a container for information about digital media content in an online store.

In addition to the methods inherited from IUnknown, the IWMPContentContainer interface exposes the following methods.

Method Description
GetContentCount Retrieves the count of digital media content items in the container.
GetContentID Retrieves the ID of the media item at the specified index in the content container.
GetContentPrice Retrieves the price of the media item at the specified index in the content container.
GetID Retrieves the ID of the album or list represented by the content container.
GetPrice Retrieves the total price of the album or list represented by the content container.
GetType Retrieves the type of the content container.

See Also

Previous Next