Contents

events

A chronologically ordered array of player item error log event objects.

Declaration

var events: [AVPlayerItemErrorLogEvent] { get }

Discussion

The array contains AVPlayerItemErrorLogEvent objects that represent the chronological sequence of events contained in the error log.

This property isn’t observable. For more information about key-value observing, see Using Key-Value Observing in Swift.

See Also

Accessing error data