Class CMSampleBuffer.Notifications

  • Enclosing class:
    CMSampleBuffer

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

      • Notifications

        public Notifications()
    • Method Detail

      • observeDataBecameReady

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

        public static NSObject observeInhibitOutputUntil​(CMSampleBuffer object,
                                                         org.robovm.objc.block.VoidBlock2<CMSampleBuffer,​java.lang.Long> block)
        Since:
        Available in iOS 4.0 and later.
      • observeResetOutput

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

        public static NSObject observeUpcomingOutputPTSRangeChanged​(CMSampleBuffer object,
                                                                    org.robovm.objc.block.VoidBlock4<CMSampleBuffer,​java.lang.Boolean,​CMTime,​CMTime> block)
        Since:
        Available in iOS 4.3 and later.