次の方法で共有


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

使用するディスパッチ キュー。

属性

適用対象