<!--
{
  "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/MPMoviePlayerController/accessLog",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Media Player",
      "MediaPlayer"
    ],
    "preciseIdentifier" : "c:objc(cs)MPMoviePlayerController(py)accessLog"
  },
  "title" : "accessLog"
}
-->

# accessLog

A snapshot of the network playback log for the movie player if it is playing a network stream.

```
var accessLog: MPMovieAccessLog! { get }
```

## Discussion

Can be `nil`. For information about movie access logs, refer to [`MPMovieAccessLog`](/documentation/MediaPlayer/MPMovieAccessLog).

---

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)