---
title: MPNowPlayingInfoPropertyChapterNumber
framework: mediaplayer
role: symbol
role_heading: Global Variable
path: mediaplayer/mpnowplayinginfopropertychapternumber
---

# MPNowPlayingInfoPropertyChapterNumber

The number corresponding to the currently playing chapter.

## Declaration

```swift
let MPNowPlayingInfoPropertyChapterNumber: String
```

## Discussion

Discussion Value is an NSNumber object configured as an NSUInteger. Chapter numbering uses zero-based indexing. For example, to display the first chapter in the Now Playing item as “Chapter 1,” set the chapter number 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)
- [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)
- [MPNowPlayingInfoPropertyIsLiveStream](mediaplayer/mpnowplayinginfopropertyislivestream.md)
