Edit

Share via


AVCaptureDepthDataOutput.SetDelegate Method

Definition

Sets the depth data delegate and dispatch queue.

[Foundation.Export("setDelegate:callbackQueue:")]
public virtual void SetDelegate (AVFoundation.IAVCaptureDepthDataOutputDelegate del, CoreFoundation.DispatchQueue callbackQueue);
abstract member SetDelegate : AVFoundation.IAVCaptureDepthDataOutputDelegate * CoreFoundation.DispatchQueue -> unit
override this.SetDelegate : AVFoundation.IAVCaptureDepthDataOutputDelegate * CoreFoundation.DispatchQueue -> unit

Parameters

del
IAVCaptureDepthDataOutputDelegate

The delegate to set.

callbackQueue
DispatchQueue

The dispatch queue to use.

Attributes

Applies to