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

# AVDelegatingPlaybackCoordinatorSeekCommand

A command that indicates to seek to a new time in the item timeline.

```
class AVDelegatingPlaybackCoordinatorSeekCommand
```

## Topics

### Accessing command details

[`shouldBufferInAnticipationOfPlayback`](/documentation/AVFoundation/AVDelegatingPlaybackCoordinatorSeekCommand/shouldBufferInAnticipationOfPlayback)

A Boolean value that indicates whether the player starts buffering in anticipation of a request to begin playback.

[`anticipatedPlaybackRate`](/documentation/AVFoundation/AVDelegatingPlaybackCoordinatorSeekCommand/anticipatedPlaybackRate)

The rate at which the coordinator expects playback to resume.

[`itemTime`](/documentation/AVFoundation/AVDelegatingPlaybackCoordinatorSeekCommand/itemTime)

The time to seek to in the item timeline.

[`completionDueDate`](/documentation/AVFoundation/AVDelegatingPlaybackCoordinatorSeekCommand/completionDueDate)

The deadline by which the coordinator expects the delegate to handle the command.



---

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)