Class AVPlayerItem.Notifications

  • Enclosing class:
    AVPlayerItem

    public static class AVPlayerItem.Notifications
    extends java.lang.Object
    • Constructor Detail

      • Notifications

        public Notifications()
    • Method Detail

      • observeTimeJumped

        public static NSObject observeTimeJumped​(AVPlayerItem object,
                                                 org.robovm.objc.block.VoidBlock1<AVPlayerItem> block)
        Since:
        Available in iOS 5.0 and later.
      • observeDidPlayToEndTime

        public static NSObject observeDidPlayToEndTime​(AVPlayerItem object,
                                                       org.robovm.objc.block.VoidBlock1<AVPlayerItem> block)
        Since:
        Available in iOS 4.0 and later.
      • observeFailedToPlayToEndTime

        public static NSObject observeFailedToPlayToEndTime​(AVPlayerItem object,
                                                            org.robovm.objc.block.VoidBlock2<AVPlayerItem,​NSError> block)
        Since:
        Available in iOS 4.3 and later.
      • observePlaybackStalled

        public static NSObject observePlaybackStalled​(AVPlayerItem object,
                                                      org.robovm.objc.block.VoidBlock1<AVPlayerItem> block)
        Since:
        Available in iOS 6.0 and later.
      • observeNewAccessLogEntry

        public static NSObject observeNewAccessLogEntry​(AVPlayerItem object,
                                                        org.robovm.objc.block.VoidBlock1<AVPlayerItem> block)
        Since:
        Available in iOS 6.0 and later.
      • observeNewErrorLogEntry

        public static NSObject observeNewErrorLogEntry​(AVPlayerItem object,
                                                       org.robovm.objc.block.VoidBlock1<AVPlayerItem> block)
        Since:
        Available in iOS 6.0 and later.