<!--
{
  "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",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVPlayerItemAccessLog"
  },
  "title" : "AVPlayerItemAccessLog"
}
-->

# AVPlayerItemAccessLog

An object used to retrieve the access log associated with a player item.

```
class AVPlayerItemAccessLog
```

## Overview

An `AVPlayerItemAccessLog` object accumulates key metrics about network playback and presents them as a collection of [`AVPlayerItemAccessLogEvent`](/documentation/AVFoundation/AVPlayerItemAccessLogEvent) instances. Each event instance collates the data that relates to each uninterrupted period of playback.

## Topics

### Accessing log data

[`events`](/documentation/AVFoundation/AVPlayerItemAccessLog/events)

A chronologically ordered array of player item access log events.

[`extendedLogData()`](/documentation/AVFoundation/AVPlayerItemAccessLog/extendedLogData())

Returns a serialized representation of the access log in the Extended Log File Format.

[`extendedLogDataStringEncoding`](/documentation/AVFoundation/AVPlayerItemAccessLog/extendedLogDataStringEncoding)

The string encoding of the extended log data.



---

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)