---
title: currentPlaybackPosition
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avinterfacetimecontrollable-5ss8v/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.

## Declaration

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

## See Also

### Inspecting the timeline

- [timeRange](avkit/avinterfacetimecontrollable-5ss8v/timerange.md)
- [currentSegment](avkit/avinterfacetimecontrollable-5ss8v/currentsegment.md)
- [seekableTimeRanges](avkit/avinterfacetimecontrollable-5ss8v/seekabletimeranges.md)
- [segments](avkit/avinterfacetimecontrollable-5ss8v/segments.md)
