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

사용할 디스패치 큐입니다.

특성

적용 대상