MPMovieAccessLogEvent 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 event represents a single piece of information for a movie access log. For a description of movie access logs, see MPMovieAccessLog Class Reference.
Tasks
Movie Access Log Event Properties
-
numberOfSegmentsDownloadedproperty -
playbackStartDateproperty -
URIproperty -
serverAddressproperty -
numberOfServerAddressChangesproperty -
playbackSessionIDproperty -
playbackStartOffsetproperty -
segmentsDownloadedDurationproperty -
durationWatchedproperty -
numberOfStallsproperty -
numberOfBytesTransferredproperty -
observedBitrateproperty -
indicatedBitrateproperty -
numberOfDroppedVideoFramesproperty
Properties
durationWatched
The accumulated duration of the media played, in seconds.
Availability
- Available in iOS 4.3 and later.
Declared In
MPMoviePlayerController.hindicatedBitrate
The throughput required to play the stream, as advertised by the web server, in bits per second.
Availability
- Available in iOS 4.3 and later.
Declared In
MPMoviePlayerController.hnumberOfBytesTransferred
The accumulated number of bytes transferred.
Discussion
If the number of bytes transferred is unknown, this property’s value is negative.
Availability
- Available in iOS 4.3 and later.
Declared In
MPMoviePlayerController.hnumberOfDroppedVideoFrames
The total number of dropped video frames.
Availability
- Available in iOS 4.3 and later.
Declared In
MPMoviePlayerController.hnumberOfSegmentsDownloaded
A count of media segments downloaded from the web server to your app.
Availability
- Available in iOS 4.3 and later.
Declared In
MPMoviePlayerController.hnumberOfServerAddressChanges
A count of changes to the serverAddress property over the last uninterrupted period of playback.
Availability
- Available in iOS 4.3 and later.
Declared In
MPMoviePlayerController.hnumberOfStalls
The total number of playback stalls encountered.
Discussion
If the number of playback stalls is unknown, this property’s value is negative.
Availability
- Available in iOS 4.3 and later.
Declared In
MPMoviePlayerController.hobservedBitrate
The empirical throughput across all media downloaded for the movie player, in bits per second.
Availability
- Available in iOS 4.3 and later.
Declared In
MPMoviePlayerController.hplaybackSessionID
A GUID that identifies the playback session. This value is used in HTTP requests.
Availability
- Available in iOS 4.3 and later.
Declared In
MPMoviePlayerController.hplaybackStartDate
The timestamp for when playback began for the movie log access event.
Availability
- Available in iOS 4.3 and later.
Declared In
MPMoviePlayerController.hplaybackStartOffset
An offset into the playlist where the last uninterrupted period of playback began, in seconds.
Discussion
If the playback start offset is unknown, this property’s value is negative.
Availability
- Available in iOS 4.3 and later.
Declared In
MPMoviePlayerController.hsegmentsDownloadedDuration
The accumulated duration of the media downloaded, in seconds.
Discussion
If the accumulated media duration is unknown, this property’s value is negative.
Availability
- Available in iOS 4.3 and later.
Declared In
MPMoviePlayerController.hserverAddress
The IP address of the web server that was the source of the last delivered media segment. Can be either an IPv4 or an IPv6 address.
Availability
- Available in iOS 4.3 and later.
Declared In
MPMoviePlayerController.hURI
The URI of the playback item.
Availability
- Available in iOS 4.3 and later.
Declared In
MPMoviePlayerController.h© 2010 Apple Inc. All Rights Reserved. (Last updated: 2010-12-09)