Contents

MPNowPlayingInfoPropertyChapterNumber

The number corresponding to the currently playing chapter.

Declaration

let MPNowPlayingInfoPropertyChapterNumber: String

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