---
title: MPMovieAccessLog
framework: mediaplayer
role: symbol
role_heading: Class
path: mediaplayer/mpmovieaccesslog
---

# MPMovieAccessLog

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

## Declaration

```swift
class MPMovieAccessLog
```

## Overview

Overview The log presents these metrics as a collection of 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 class) can access this log from its accessLog property. All movie access log properties are read-only.

## Topics

### Movie access log properties

- [extendedLogData](mediaplayer/mpmovieaccesslog/extendedlogdata.md)
- [extendedLogDataStringEncoding](mediaplayer/mpmovieaccesslog/extendedlogdatastringencoding.md)
- [events](mediaplayer/mpmovieaccesslog/events.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Deprecated symbols

- [MPMovieAccessLogEvent](mediaplayer/mpmovieaccesslogevent.md)
- [MPMovieErrorLog](mediaplayer/mpmovieerrorlog.md)
- [MPMovieErrorLogEvent](mediaplayer/mpmovieerrorlogevent.md)
- [MPMovieLoadState](mediaplayer/mpmovieloadstate.md)
- [MPMovieMediaTypeMask](mediaplayer/mpmoviemediatypemask.md)
- [MPMoviePlayerController](mediaplayer/mpmovieplayercontroller.md)
- [MPMoviePlayerViewController](mediaplayer/mpmovieplayerviewcontroller.md)
- [MPTimedMetadata](mediaplayer/mptimedmetadata.md)
- [MPPlayableContentManager](mediaplayer/mpplayablecontentmanager.md)
- [MPPlayableContentManagerContext](mediaplayer/mpplayablecontentmanagercontext.md)
- [iPodMusicPlayer](mediaplayer/mpmusicplayercontroller/ipodmusicplayer.md)
- [init(image:)](mediaplayer/mpmediaitemartwork/init(image:).md)
- [imageCropRect](mediaplayer/mpmediaitemartwork/imagecroprect.md)
- [showsRouteButton](mediaplayer/mpvolumeview/showsroutebutton.md)
- [routeButtonImage(for:)](mediaplayer/mpvolumeview/routebuttonimage(for:).md)
