Class: MPMovieAccessLogEvent
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.
Instance Attribute Summary (collapse)
-
- durationWatched
readonly
The accumulated duration of the media played, in seconds.
-
- indicatedBitrate
readonly
The throughput required to play the stream, as advertised by the web server, in bits per second.
-
- numberOfBytesTransferred
readonly
The accumulated number of bytes transferred.
-
- numberOfDroppedVideoFrames
readonly
The total number of dropped video frames.
-
- numberOfSegmentsDownloaded
readonly
A count of media segments downloaded from the web server to your app.
-
- numberOfServerAddressChanges
readonly
A count of changes to the serverAddress property over the last uninterrupted period of playback.
-
- numberOfStalls
readonly
The total number of playback stalls encountered.
-
- observedBitrate
readonly
The empirical throughput across all media downloaded for the movie player, in bits per second.
-
- playbackSessionID
readonly
A GUID that identifies the playback session.
-
- playbackStartDate
readonly
The timestamp for when playback began for the movie log access event.
-
- playbackStartOffset
readonly
An offset into the playlist where the last uninterrupted period of playback began, in seconds.
-
- segmentsDownloadedDuration
readonly
The accumulated duration of the media downloaded, in seconds.
-
- serverAddress
readonly
The IP address of the web server that was the source of the last delivered media segment.
-
- URI
readonly
The URI of the playback item.
Method Summary
Methods inherited from NSObject
#!, #!=, #!~, #, #==, #===, #=~, #Rational, #__callee__, #__method__, #__send__, #__type__, `, alloc, allocWithZone:, #autoContentAccessingProxy, autoload, autoload?, autorelease_pool, #awakeAfterUsingCoder:, binding, block_given?, caller, cancelPreviousPerformRequestsWithTarget:, cancelPreviousPerformRequestsWithTarget:selector:object:, catch, class, classFallbacksForKeyedArchiver, #classForCoder, #classForKeyedArchiver, classForKeyedUnarchiver, #clone, conformsToProtocol:, #copy, copyWithZone:, #dealloc, #define_singleton_method, description, display, #doesNotRecognizeSelector:, #dup, #enum_for, #eql?, #equal?, #extend, fail, #finalize, format, #forwardInvocation:, #forwardingTargetForSelector:, framework, #freeze, #frozen?, getpass, gets, global_variables, #init, initialize, #initialize_clone, #initialize_copy, #initialize_dup, #inspect, instanceMethodForSelector:, instanceMethodSignatureForSelector:, #instance_eval, #instance_exec, #instance_of?, #instance_variable_defined?, #instance_variable_get, #instance_variable_set, #instance_variables, instancesRespondToSelector:, isSubclassOfClass:, #is_a?, iterator?, #kind_of?, lambda, load, load_bridge_support_file, load_plist, local_variables, loop, #method, #methodForSelector:, #methodSignatureForSelector:, #methods, #mutableCopy, mutableCopyWithZone:, new, #nil?, open, p, #performSelector:onThread:withObject:waitUntilDone:, #performSelector:onThread:withObject:waitUntilDone:modes:, #performSelector:withObject:afterDelay:, #performSelector:withObject:afterDelay:inModes:, #performSelectorInBackground:withObject:, #performSelectorOnMainThread:withObject:waitUntilDone:, #performSelectorOnMainThread:withObject:waitUntilDone:modes:, print, printf, #private_methods, proc, #protected_methods, #public_method, #public_methods, #public_send, putc, puts, raise, rand, readline, readlines, #replacementObjectForCoder:, #replacementObjectForKeyedArchiver:, require, resolveClassMethod:, resolveInstanceMethod:, #respond_to?, #respond_to_missing?, select, #send, setVersion:, #singleton_methods, sprintf, srand, superclass, #taint, #tainted?, #tap, test, throw, #to_plist, #to_s, trace_var, trap, #trust, #untaint, untrace_var, #untrust, #untrusted?, version
Constructor Details
This class inherits a constructor from NSObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class NSObject
Instance Attribute Details
- (NSTimeInterval) durationWatched (readonly)
The accumulated duration of the media played, in seconds.
- (Float) indicatedBitrate (readonly)
The throughput required to play the stream, as advertised by the web server, in bits per second.
- (Integer) numberOfBytesTransferred (readonly)
The accumulated number of bytes transferred. If the number of bytes transferred is unknown, this property’s value is negative.
- (Integer) numberOfDroppedVideoFrames (readonly)
The total number of dropped video frames.
- (Integer) numberOfSegmentsDownloaded (readonly)
A count of media segments downloaded from the web server to your app.
- (Integer) numberOfServerAddressChanges (readonly)
A count of changes to the serverAddress property over the last uninterrupted period of playback.
- (Integer) numberOfStalls (readonly)
The total number of playback stalls encountered. If the number of playback stalls is unknown, this property’s value is negative.
- (Float) observedBitrate (readonly)
The empirical throughput across all media downloaded for the movie player, in bits per second.
- (String) playbackSessionID (readonly)
A GUID that identifies the playback session. This value is used in HTTP requests.
- (NSDate) playbackStartDate (readonly)
The timestamp for when playback began for the movie log access event.
- (NSTimeInterval) playbackStartOffset (readonly)
An offset into the playlist where the last uninterrupted period of playback began, in seconds. If the playback start offset is unknown, this property’s value is negative.
- (NSTimeInterval) segmentsDownloadedDuration (readonly)
The accumulated duration of the media downloaded, in seconds. If the accumulated media duration is unknown, this property’s value is negative.
- (String) serverAddress (readonly)
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.
- (String) URI (readonly)
The URI of the playback item.