Contents

AVPlayer.TimeControlStatus.paused

A state that indicates the player paused playback indefinitely.

Declaration

case paused

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