AVCaptureDepthDataOutput.SetDelegate 方法

定义

设置深度数据委托和调度队列。

[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

参数

del
IAVCaptureDepthDataOutputDelegate

要设置的委托。

callbackQueue
DispatchQueue

要使用的调度队列。

属性

适用于