---
title: currentItem
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayer/currentitem
---

# currentItem

The item for which the player is currently controlling playback.

## Declaration

```swift
nonisolated var currentItem: AVPlayerItem? { get }
```

## Mentioned in

Observing playback state in SwiftUI

## See Also

### Managing the player item

- [replaceCurrentItem(with:)](avfoundation/avplayer/replacecurrentitem(with:).md)
