<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.12.2 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MediaPlayer",
  "identifier" : "/documentation/MediaPlayer/MPNowPlayingInfoPropertyPlaybackProgress",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Media Player"
    ],
    "preciseIdentifier" : "c:@MPNowPlayingInfoPropertyPlaybackProgress"
  },
  "title" : "MPNowPlayingInfoPropertyPlaybackProgress"
}
-->

# MPNowPlayingInfoPropertyPlaybackProgress

The current progress of the Now Playing item.

```
let MPNowPlayingInfoPropertyPlaybackProgress: String
```

## Discussion

Value is an <doc://com.apple.documentation/documentation/Foundation/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`](/documentation/MediaPlayer/MPNowPlayingInfoPropertyElapsedPlaybackTime) for detailed information about how much of the item the user watched.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)