status
A status that indicates the object’s ability to loop playback.
Declaration
var status: AVPlayerLooper.Status { get }Discussion
When the value of this property is AVPlayerLooper.Status.failed or AVPlayerLooper.Status.cancelled, you can no longer use the looper for playback. You need to create a new instance to begin looping again.
This property is key-value observable.