<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVPlayerPlaybackCoordinatorDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(pl)AVPlayerPlaybackCoordinatorDelegate"
  },
  "title" : "AVPlayerPlaybackCoordinatorDelegate"
}
-->

# AVPlayerPlaybackCoordinatorDelegate

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

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

## Topics

### Identifying items

[`playbackCoordinator(_:identifierFor:)`](/documentation/AVFoundation/AVPlayerPlaybackCoordinatorDelegate/playbackCoordinator(_:identifierFor:))

Returns an identifier for a player item.

### Retrieving interstitial time ranges

[`playbackCoordinator(_:interstitialTimeRangesFor:)`](/documentation/AVFoundation/AVPlayerPlaybackCoordinatorDelegate/playbackCoordinator(_:interstitialTimeRangesFor:))

Asks the delegate for time ranges in a player item that don’t correspond to the primary content.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)