Contents

MPNowPlayingInfoPropertyPlaybackQueueIndex

The index of the Now Playing item in the app’s playback queue.

Declaration

let MPNowPlayingInfoPropertyPlaybackQueueIndex: String

Discussion

Value is an NSNumber object configured as an NSUInteger. The playback queue uses zero-based indexing. For example, to display first item in the queue as “item 1 of 10,” set the item’s index to 0.

See Also

Accessing Now Playing metadata properties