<!--
{
  "availability" : [
    "iOS: 4.3.0 -",
    "iPadOS: 4.3.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.7.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVPlayerItemAccessLog/events",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVPlayerItemAccessLog(py)events"
  },
  "title" : "events"
}
-->

# events

A chronologically ordered array of player item access log events.

```
var events: [AVPlayerItemAccessLogEvent] { get }
```

## Discussion

The array contains [`AVPlayerItemAccessLogEvent`](/documentation/AVFoundation/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 <doc://com.apple.documentation/documentation/Swift/using-key-value-observing-in-swift>.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)