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

# TVPlaybackState

The possible states of a player.

```
enum TVPlaybackState
```

## Topics

### Playback States

[`case undefined`](/documentation/TVMLKit/TVPlaybackState/undefined)

The playback state of the player is undefined.

[`case begin`](/documentation/TVMLKit/TVPlaybackState/begin)

The player is beginning playback.

[`case loading`](/documentation/TVMLKit/TVPlaybackState/loading)

The player is loading a media item.

[`case playing`](/documentation/TVMLKit/TVPlaybackState/playing)

The player is currently playing.

[`case paused`](/documentation/TVMLKit/TVPlaybackState/paused)

The player paused playback.

[`case scanning`](/documentation/TVMLKit/TVPlaybackState/scanning)

The player is quickly scanning forwards or backwards.

[`case fastForwarding`](/documentation/TVMLKit/TVPlaybackState/fastForwarding)

The player is fast-forwarding.

[`case rewinding`](/documentation/TVMLKit/TVPlaybackState/rewinding)

The player is rewinding.

[`case end`](/documentation/TVMLKit/TVPlaybackState/end)

The player ended playback.

### Initializers

[`init?(rawValue: Int)`](/documentation/TVMLKit/TVPlaybackState/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

[`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)