Contents

error

An error that describes the reason looping failed.

Declaration

var error: (any Error)? { get }

Discussion

The value of this property is nil unless the looper’s status changes to AVPlayerLooper.Status.failed. If this occurs, this property value contains an error object that provides the details of the error that prevented looping.