AVCaptureMetadataOutput.SetDelegate Method

Definition

[Foundation.Export("setMetadataObjectsDelegate:queue:")]
public virtual void SetDelegate (AVFoundation.IAVCaptureMetadataOutputObjectsDelegate objectsDelegate, CoreFoundation.DispatchQueue objectsCallbackQueue);
abstract member SetDelegate : AVFoundation.IAVCaptureMetadataOutputObjectsDelegate * CoreFoundation.DispatchQueue -> unit
override this.SetDelegate : AVFoundation.IAVCaptureMetadataOutputObjectsDelegate * CoreFoundation.DispatchQueue -> unit

Parameters

objectsDelegate
IAVCaptureMetadataOutputObjectsDelegate

To be added.

This parameter can be null.

objectsCallbackQueue
DispatchQueue

To be added.

This parameter can be null.

Attributes

Applies to