---
title: AVPlayer.TimeControlStatus.paused
framework: avfoundation
role: symbol
role_heading: Case
path: avfoundation/avplayer/timecontrolstatus-swift.enum/paused
---

# AVPlayer.TimeControlStatus.paused

A state that indicates the player paused playback indefinitely.

## Declaration

```swift
case paused
```

## Discussion

Discussion In this state, the player pauses indefinitely and doesn’t resume playback until you call its play method. You can also resume playback if the player has sufficent data to start playback by calling the player’s setRate(_:time:atHostTime:) or playImmediately(atRate:) method with a nonzero rate value.

## See Also

### Status values

- [AVPlayer.TimeControlStatus.waitingToPlayAtSpecifiedRate](avfoundation/avplayer/timecontrolstatus-swift.enum/waitingtoplayatspecifiedrate.md)
- [AVPlayer.TimeControlStatus.playing](avfoundation/avplayer/timecontrolstatus-swift.enum/playing.md)
