timeControlStatus
A value that indicates whether playback is in progress, paused indefinitely, or waiting for network conditions to improve.
Declaration
nonisolated var timeControlStatus: AVPlayer.TimeControlStatus { get }Mentioned in
Discussion
When the value of automaticallyWaitsToMinimizeStalling is true, the player waits until your app resumes playback.
During playback, the value of the property changes between AVPlayer.TimeControlStatus.playing and AVPlayer.TimeControlStatus.waitingToPlayAtSpecifiedRate depending on whether the player has sufficient media data to continue playback.
This property is key-value observable.