<!--
{
  "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/AVPlaybackCoordinatorPlaybackControlDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(pl)AVPlaybackCoordinatorPlaybackControlDelegate"
  },
  "title" : "AVPlaybackCoordinatorPlaybackControlDelegate"
}
-->

# AVPlaybackCoordinatorPlaybackControlDelegate

A protocol that defines the method to implement to respond to playback commands from the playback coordinator.

```
protocol AVPlaybackCoordinatorPlaybackControlDelegate : NSObjectProtocol, Sendable
```

## Topics

### Responding to commands

[`playbackCoordinator(_:didIssue:completionHandler:)`](/documentation/AVFoundation/AVPlaybackCoordinatorPlaybackControlDelegate/playbackCoordinator(_:didIssue:completionHandler:)-73p3a)

Tells the delegate to match the playback rate to that of the group when the rate is nonzero.

[`playbackCoordinator(_:didIssue:completionHandler:)`](/documentation/AVFoundation/AVPlaybackCoordinatorPlaybackControlDelegate/playbackCoordinator(_:didIssue:completionHandler:)-56t01)

Tells the delegate to pause playback.

[`playbackCoordinator(_:didIssue:completionHandler:)`](/documentation/AVFoundation/AVPlaybackCoordinatorPlaybackControlDelegate/playbackCoordinator(_:didIssue:completionHandler:)-4fk8y)

Tells the delegate to seek to a new time.

[`playbackCoordinator(_:didIssue:completionHandler:)`](/documentation/AVFoundation/AVPlaybackCoordinatorPlaybackControlDelegate/playbackCoordinator(_:didIssue:completionHandler:)-btle)

Tells the delegate to expect playback soon and to start buffering media data in preparation.



---

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)