<!--
{
  "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

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

The playback state of the player is undefined.

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

The player is beginning playback.

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

The player is loading a media item.

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

The player is currently playing.

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

The player paused playback.

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

The player is quickly scanning forwards or backwards.

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

The player is fast-forwarding.

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

The player is rewinding.

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

The player ended playback.



---

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)