---
title: MPNowPlayingInfoPropertyPlaybackQueueIndex
framework: mediaplayer
role: symbol
role_heading: Global Variable
path: mediaplayer/mpnowplayinginfopropertyplaybackqueueindex
---

# MPNowPlayingInfoPropertyPlaybackQueueIndex

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

## Declaration

```swift
let MPNowPlayingInfoPropertyPlaybackQueueIndex: String
```

## Discussion

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

- [MPNowPlayingInfoCollectionIdentifier](mediaplayer/mpnowplayinginfocollectionidentifier.md)
- [MPNowPlayingInfoPropertyAdTimeRanges](mediaplayer/mpnowplayinginfopropertyadtimeranges.md)
- [MPNowPlayingInfoPropertyAvailableLanguageOptions](mediaplayer/mpnowplayinginfopropertyavailablelanguageoptions.md)
- [MPNowPlayingInfoPropertyAssetURL](mediaplayer/mpnowplayinginfopropertyasseturl.md)
- [MPNowPlayingInfoPropertyChapterCount](mediaplayer/mpnowplayinginfopropertychaptercount.md)
- [MPNowPlayingInfoPropertyChapterNumber](mediaplayer/mpnowplayinginfopropertychapternumber.md)
- [MPNowPlayingInfoPropertyCreditsStartTime](mediaplayer/mpnowplayinginfopropertycreditsstarttime.md)
- [MPNowPlayingInfoPropertyCurrentLanguageOptions](mediaplayer/mpnowplayinginfopropertycurrentlanguageoptions.md)
- [MPNowPlayingInfoPropertyCurrentPlaybackDate](mediaplayer/mpnowplayinginfopropertycurrentplaybackdate.md)
- [MPNowPlayingInfoPropertyDefaultPlaybackRate](mediaplayer/mpnowplayinginfopropertydefaultplaybackrate.md)
- [MPNowPlayingInfoPropertyElapsedPlaybackTime](mediaplayer/mpnowplayinginfopropertyelapsedplaybacktime.md)
- [MPNowPlayingInfoPropertyExcludeFromSuggestions](mediaplayer/mpnowplayinginfopropertyexcludefromsuggestions.md)
- [MPNowPlayingInfoPropertyExternalContentIdentifier](mediaplayer/mpnowplayinginfopropertyexternalcontentidentifier.md)
- [MPNowPlayingInfoPropertyExternalUserProfileIdentifier](mediaplayer/mpnowplayinginfopropertyexternaluserprofileidentifier.md)
- [MPNowPlayingInfoPropertyInternationalStandardRecordingCode](mediaplayer/mpnowplayinginfopropertyinternationalstandardrecordingcode.md)
