---
title: AVPlayerPlaybackCoordinatorDelegate
framework: avfoundation
role: symbol
role_heading: Protocol
path: avfoundation/avplayerplaybackcoordinatordelegate
---

# AVPlayerPlaybackCoordinatorDelegate

A protocol that defines the methods to implement to participate in playback coordination.

## Declaration

```swift
protocol AVPlayerPlaybackCoordinatorDelegate : NSObjectProtocol, Sendable
```

## Topics

### Identifying items

- [playbackCoordinator(_:identifierFor:)](avfoundation/avplayerplaybackcoordinatordelegate/playbackcoordinator(_:identifierfor:).md)

### Retrieving interstitial time ranges

- [playbackCoordinator(_:interstitialTimeRangesFor:)](avfoundation/avplayerplaybackcoordinatordelegate/playbackcoordinator(_:interstitialtimerangesfor:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Configuring the delegate

- [delegate](avfoundation/avplayerplaybackcoordinator/delegate.md)
