<!--
{
  "availability" : [
    "iOS: 4.3.0 - 9.0.0",
    "iPadOS: 4.3.0 - 9.0.0",
    "macCatalyst: 13.1.0 - 13.1.0"
  ],
  "documentType" : "symbol",
  "framework" : "MediaPlayer",
  "identifier" : "/documentation/MediaPlayer/MPMovieAccessLog",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Media Player"
    ],
    "preciseIdentifier" : "c:objc(cs)MPMovieAccessLog"
  },
  "title" : "MPMovieAccessLog"
}
-->

# MPMovieAccessLog

Key metrics about network playback for an associated movie player that’s playing streamed content.

```
class MPMovieAccessLog
```

## Overview

The log presents these metrics as a collection of [`MPMovieAccessLogEvent`](/documentation/MediaPlayer/MPMovieAccessLogEvent) instances and also makes it available in a textual format. A movie access log describes one uninterrupted period of playback. A movie player (an instance of the [`MPMoviePlayerController`](/documentation/MediaPlayer/MPMoviePlayerController) class) can access this log from its [`accessLog`](/documentation/MediaPlayer/MPMoviePlayerController/accessLog) property. All movie access log properties are read-only.

## Topics

### Movie access log properties

[`extendedLogData`](/documentation/MediaPlayer/MPMovieAccessLog/extendedLogData)

A textual version of the web server access log for the associated movie player.

[`extendedLogDataStringEncoding`](/documentation/MediaPlayer/MPMovieAccessLog/extendedLogDataStringEncoding)

The string encoding for the [`extendedLogData`](/documentation/MediaPlayer/MPMovieAccessLog/extendedLogData) property.

[`events`](/documentation/MediaPlayer/MPMovieAccessLog/events)

The events in the movie access log.

## Relationships

### Conforms To

[`CVarArg`](/documentation/Swift/CVarArg)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`Hashable`](/documentation/Swift/Hashable)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)