events
A chronologically ordered array of player item access log events.
Declaration
var events: [AVPlayerItemAccessLogEvent] { get }Discussion
The array contains AVPlayerItemAccessLogEvent objects that represent the chronological sequence of events contained in the access log.
This property isn’t observable. For more information about key-value observing, see Using Key-Value Observing in Swift.