<!--
{
  "availability" : [
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVInterfacePlaybackState",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:@E@AVInterfacePlaybackState"
  },
  "title" : "AVInterfacePlaybackState"
}
-->

# AVInterfacePlaybackState

Describes possible playback states of the interface source.

```
enum AVInterfacePlaybackState : NSInteger;
```

## Topics

### Enumeration Cases

[`AVInterfacePlaybackStateNormal`](/documentation/AVKit/AVInterfacePlaybackState/AVInterfacePlaybackStateNormal)

Indicates the source is in a normal state.

[`AVInterfacePlaybackStateScanning`](/documentation/AVKit/AVInterfacePlaybackState/AVInterfacePlaybackStateScanning)

Indicates the source is scanning forward or backward at an accelerated rate.

[`AVInterfacePlaybackStateScrubbing`](/documentation/AVKit/AVInterfacePlaybackState/AVInterfacePlaybackStateScrubbing)

Indicates the source is being scrubbed by user interaction with the timeline.

---

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)