Class AVCaptureDepthDataOutput

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class AVCaptureDepthDataOutput
    extends AVCaptureOutput
    Since:
    Available in iOS 11.0 and later.
    • Constructor Detail

      • AVCaptureDepthDataOutput

        protected AVCaptureDepthDataOutput​(NSObject.Handle h,
                                           long handle)
      • AVCaptureDepthDataOutput

        protected AVCaptureDepthDataOutput​(NSObject.SkipInit skipInit)
      • AVCaptureDepthDataOutput

        public AVCaptureDepthDataOutput()
    • Method Detail

      • getDelegateCallbackQueue

        public DispatchQueue getDelegateCallbackQueue()
      • alwaysDiscardsLateDepthData

        public boolean alwaysDiscardsLateDepthData()
      • setAlwaysDiscardsLateDepthData

        public void setAlwaysDiscardsLateDepthData​(boolean v)
      • isFilteringEnabled

        public boolean isFilteringEnabled()
      • setFilteringEnabled

        public void setFilteringEnabled​(boolean v)
      • create

        protected static long create()