---
title: currentItemIdentifier
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avdelegatingplaybackcoordinator/currentitemidentifier
---

# currentItemIdentifier

An identifier of the current item.

## Declaration

```swift
var currentItemIdentifier: String? { get }
```

## Discussion

Discussion The coordinator sets this value in a previous call to transitionToItem(withIdentifier:proposingInitialTimingBasedOn:).
