Class AVCaptureDepthDataOutput

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

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

    • AVCaptureDepthDataOutput

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

      protected AVCaptureDepthDataOutput​(NSObject.SkipInit skipInit)
    • AVCaptureDepthDataOutput

      public AVCaptureDepthDataOutput()
  • Method Details

    • getDelegate

      public AVCaptureDepthDataOutputDelegate getDelegate()
    • getDelegateCallbackQueue

      public DispatchQueue getDelegateCallbackQueue()
    • alwaysDiscardsLateDepthData

      public boolean alwaysDiscardsLateDepthData()
    • setAlwaysDiscardsLateDepthData

      public void setAlwaysDiscardsLateDepthData​(boolean v)
    • isFilteringEnabled

      public boolean isFilteringEnabled()
    • setFilteringEnabled

      public void setFilteringEnabled​(boolean v)
    • setDelegate

      public void setDelegate​(AVCaptureDepthDataOutputDelegate delegate, DispatchQueue callbackQueue)
    • create

      protected static long create()