---
title: AVPlaybackUserInterfaceSeekCapabilities
framework: AVKit
role: symbol
role_heading: Structure
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+]
path: avkit/avplaybackuserinterfaceseekcapabilities
---

# AVPlaybackUserInterfaceSeekCapabilities

Describes navigation capabilities of the media source.

## Declaration

```swift
struct AVPlaybackUserInterfaceSeekCapabilities
```

## Overview

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:)](avkit/avplaybackuserinterfaceseekcapabilities/init(rawvalue:).md)

### Type Properties

- [scanBackward](avkit/avplaybackuserinterfaceseekcapabilities/scanbackward.md)
- [scanForward](avkit/avplaybackuserinterfaceseekcapabilities/scanforward.md)
- [seek](avkit/avplaybackuserinterfaceseekcapabilities/seek.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Playback

- [AVPlaybackUserInterfacePlaybackControllable](avkit/avplaybackuserinterfaceplaybackcontrollable-9he54.md)
- [AVPlaybackUserInterfacePlaybackState](avkit/avplaybackuserinterfaceplaybackstate.md)
