@class NSString, AVCaptureDepthDataOutputInternal, NSObject; @protocol AVCaptureDepthDataOutputDelegate, OS_dispatch_queue; @interface AVCaptureDepthDataOutput : AVCaptureOutput <AVCaptureDataOutputDelegateOverride> { AVCaptureDepthDataOutputInternal *_internal; } @property (readonly, nonatomic) id<AVCaptureDepthDataOutputDelegate> delegate; @property (readonly, nonatomic) NSObject<OS_dispatch_queue> *delegateCallbackQueue; @property (nonatomic) BOOL alwaysDiscardsLateDepthData; @property (nonatomic, getter=isFilteringEnabled) BOOL filteringEnabled; @property (readonly, nonatomic) id delegateOverride; @property (readonly, nonatomic) NSObject<OS_dispatch_queue> *delegateOverrideCallbackQueue; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (void)initialize; + (id)new; - (BOOL)canAddConnection:(id)a0 failureReason:(id *)a1; - (void)attachSafelyToFigCaptureSession:(struct OpaqueFigCaptureSession { } *)a0; - (id)connectionMediaTypes; - (void)detachSafelyFromFigCaptureSession:(struct OpaqueFigCaptureSession { } *)a0; - (id)addConnection:(id)a0 error:(id *)a1; - (void)removeConnection:(id)a0; - (id)init; - (void)dealloc; - (void)_handleRemoteQueueOperation:(struct FigRemoteOperation { int x0; int x1; unsigned long long x2; struct __CFString *x3; union { struct { struct __CFDictionary *x0; struct __CFDictionary *x1; } x0; struct { void *x0; struct __IOSurface *x1; struct __IOSurface *x2; } x1; struct { struct opaqueCMSampleBuffer *x0; unsigned long long x1; struct __CFArray *x2; } x2; struct { struct opaqueCMFormatDescription *x0; } x3; struct { long long x0; struct opaqueCMFormatDescription *x1; } x4; } x4; } *)a0; - (void)_updateLocalQueue:(struct localQueueOpaque { } *)a0; - (void)setDelegateOverride:(id)a0 delegateOverrideCallbackQueue:(id)a1; - (void)observeValueForKeyPath:(id)a0 ofObject:(id)a1 change:(id)a2 context:(void *)a3; - (void)_processSampleBuffer:(struct opaqueCMSampleBuffer { } *)a0; - (void)_handleNotification:(id)a0 payload:(id)a1; - (void)_updateRemoteQueue:(struct remoteQueueReceiverOpaque { } *)a0; - (void)_handleLocalQueueMessage:(struct FigLocalQueueMessage { int x0; union { struct { struct opaqueCMSampleBuffer *x0; } x0; struct { long long x0; struct opaqueCMFormatDescription *x1; } x1; } x1; })a0; - (BOOL)appliesMirroringWithPhysicalFlipForConnection:(id)a0; - (BOOL)appliesOrientationWithPhysicalRotationForConnection:(id)a0; - (void)setDelegate:(id)a0 callbackQueue:(id)a1; @end