---
title: playbackProgress
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cplistitem/playbackprogress
---

# playbackProgress

The playback progress status for the content that the list item represents.

## Declaration

```swift
var playbackProgress: CGFloat { get set }
```

## Discussion

Discussion If the list item represents media content that is playable, set this property’s value to a fractional number between 0 and 1 to indicate its playback progress. The list item displays a progress bar that derives its value from this property.

## See Also

### Managing Playback Information

- [isExplicitContent](carplay/cplistitem/isexplicitcontent.md)
- [isPlaying](carplay/cplistitem/isplaying.md)
- [playingIndicatorLocation](carplay/cplistitem/playingindicatorlocation.md)
- [CPListItemPlayingIndicatorLocation](carplay/cplistitemplayingindicatorlocation.md)
