Class MPMovieAccessLogEvent

  • All Implemented Interfaces:
    NSCopying, NSObject

    public class MPMovieAccessLogEvent
    extends NSObject
    implements NSCopying
    ----------------------------------------------------------------------------- An MPMovieAccessLogEvent repesents a single access log entry.
    • Constructor Detail

      • MPMovieAccessLogEvent

        protected MPMovieAccessLogEvent​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • version_static

        public static long version_static()
      • URI

        public java.lang.String URI()
        The URI of the playback item.
      • copyWithZone

        public java.lang.Object copyWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
        Specified by:
        copyWithZone in interface NSCopying
      • durationWatched

        public double durationWatched()
        The accumulated duration of the media played, in seconds.
      • indicatedBitrate

        public double indicatedBitrate()
        The throughput required to play the stream, as advertised by the server, in bits per second.
      • numberOfBytesTransferred

        public long numberOfBytesTransferred()
        The accumulated number of bytes transferred. The value is negative if unknown.
      • numberOfDroppedVideoFrames

        public long numberOfDroppedVideoFrames()
        The total number of dropped video frames.
      • numberOfSegmentsDownloaded

        public long numberOfSegmentsDownloaded()
        A count of media segments downloaded from the server to this client.
      • numberOfServerAddressChanges

        public long numberOfServerAddressChanges()
        A count of changes to the serverAddress property over the last uninterrupted period of playback.
      • numberOfStalls

        public long numberOfStalls()
        The total number of playback stalls encountered. The value is negative if unknown.
      • observedBitrate

        public double observedBitrate()
        The empirical throughput across all media downloaded, in bits per second.
      • playbackSessionID

        public java.lang.String playbackSessionID()
        A GUID that identifies the playback session. This value is used in HTTP requests.
      • playbackStartDate

        public NSDate playbackStartDate()
        The date/time at which playback began for this event.
      • playbackStartOffset

        public double playbackStartOffset()
        An offset into the playlist where the last uninterrupted period of playback began, in seconds. The value is negative if unknown.
      • segmentsDownloadedDuration

        public double segmentsDownloadedDuration()
        The accumulated duration of the media downloaded, in seconds. The value is negative if unknown.
      • serverAddress

        public java.lang.String serverAddress()
        The IP address of the server that was the source of the last delivered media segment. Can be either an IPv4 or IPv6 address.