<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVPlaybackUserInterfaceSeekCapabilities",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:@E@AVPlaybackUserInterfaceSeekCapabilities"
  },
  "title" : "AVPlaybackUserInterfaceSeekCapabilities"
}
-->

# AVPlaybackUserInterfaceSeekCapabilities

Describes navigation capabilities of the media source.

```
struct AVPlaybackUserInterfaceSeekCapabilities
```

## Overview

This option set defines timeline navigation operations. Different content types and sources may have varying
levels of navigation support based on technical limitations, licensing restrictions, or content type.

## Topics

### Initializers

[`init(rawValue: UInt)`](/documentation/AVKit/AVPlaybackUserInterfaceSeekCapabilities/init(rawValue:))

### Type Properties

[`static var scanBackward: AVPlaybackUserInterfaceSeekCapabilities`](/documentation/AVKit/AVPlaybackUserInterfaceSeekCapabilities/scanBackward)

The source supports backward scanning at accelerated rates for rewind operations. Enables rapid reverse progression through content at speeds greater than normal playback.

[`static var scanForward: AVPlaybackUserInterfaceSeekCapabilities`](/documentation/AVKit/AVPlaybackUserInterfaceSeekCapabilities/scanForward)

The source supports forward scanning at accelerated rates for fast-forward operations. Enables rapid progression through content at speeds greater than normal playback.

[`static var seek: AVPlaybackUserInterfaceSeekCapabilities`](/documentation/AVKit/AVPlaybackUserInterfaceSeekCapabilities/seek)

The source supports seeking to specific time positions for precise navigation. Enables jumping directly to any arbitrary point within the seekable time ranges.

## Relationships

### Conforms To

[`OptionSet`](/documentation/Swift/OptionSet)

[`Equatable`](/documentation/Swift/Equatable)

[`ExpressibleByArrayLiteral`](/documentation/Swift/ExpressibleByArrayLiteral)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`SetAlgebra`](/documentation/Swift/SetAlgebra)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)