<!--
{
  "availability" : [
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVInterfaceTimeControllable/currentPlaybackPosition",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:objc(pl)AVInterfaceTimeControllable(py)currentPlaybackPosition"
  },
  "title" : "currentPlaybackPosition"
}
-->

# currentPlaybackPosition

The current playback position within the media time, expressed in seconds from the start of the content.
This value should be within the bounds defined by the start and duration properties and represents the exact temporal position of playback. Must be key-value observable.

```
@property (nonatomic, readwrite) CMTime currentPlaybackPosition;
```

---

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)