Contents

MPContentItem

An object that contains the information for a displayed media item.

Declaration

class MPContentItem

Overview

This object represents a media item such as a song, movie, radio station, or podcast episode. The media player displays the information stored in it.

Update this object by changing its properties during runtime or by creating a new MPContentItem object with new property values, but with the same identifier as the object to change. Use the beginUpdates() and endUpdates() methods found in MPPlayableContentManager to update several MPContentItem objects at once.

Topics

Setting a unique identifier

Retrieving information about a media item