AVCaptureDepthDataOutput.SetDelegate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The delegate to set.
- callbackQueue
- DispatchQueue
The dispatch queue to use.
- Attributes