MPMovieAccessLog Class Reference
| Inherits from | |
| Conforms to | |
| Framework | /System/Library/Frameworks/MediaPlayer.framework |
| Availability | Available in iOS 4.3 and later. |
| Declared in | MPMoviePlayerController.h |
Overview
A movie access log accumulates key metrics about network playback for an associated movie player that is playing streamed content. 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 setAccessLog: property.
All movie access log properties are read-only.
Tasks
Movie Access Log Properties
-
extendedLogDataproperty -
extendedLogDataStringEncodingproperty -
eventsproperty
Properties
events
The events in the movie access log.
Discussion
An ordered collection of MPMovieAccessLogEvent instances that represent the chronological sequence of events in the movie access log.
Availability
- Available in iOS 4.3 and later.
Declared In
MPMoviePlayerController.hextendedLogData
A textual version of the web server access log for the associated movie player.
Discussion
The web server access log in a textual format that conforms to the W3C Extended Log File Format for web server log files. For more information, see http://www.w3.org/pub/WWW/TR/WD-logfile.html.
Availability
- Available in iOS 4.3 and later.
Declared In
MPMoviePlayerController.hextendedLogDataStringEncoding
The string encoding for the extendedLogData property.
Discussion
For possible string encodings, see String_Encodings.
Availability
- Available in iOS 4.3 and later.
Declared In
MPMoviePlayerController.h© 2010 Apple Inc. All Rights Reserved. (Last updated: 2010-12-15)