Contents

MPNowPlayingInfoPropertyPlaybackProgress

The current progress of the Now Playing item.

Declaration

let MPNowPlayingInfoPropertyPlaybackProgress: String

Discussion

Value is an NSNumber object configured as a float. A value of 0.0 indicates the item isn’t watched, while a value of 1.0 indicates the item was fully watched. This is a high-level indicator. Use MPNowPlayingInfoPropertyElapsedPlaybackTime for detailed information about how much of the item the user watched.

See Also

Accessing Now Playing metadata properties