AVCaptureDataOutputSynchronizer.SetDelegate Method

Definition

Sets the delegate and dispatch queue.

[Foundation.Export("setDelegate:queue:")]
public virtual void SetDelegate (AVFoundation.IAVCaptureDataOutputSynchronizerDelegate del, CoreFoundation.DispatchQueue delegateCallbackQueue);
public virtual void SetDelegate (AVFoundation.IAVCaptureDataOutputSynchronizerDelegate del, CoreFoundation.DispatchQueue delegateCallbackQueue);
abstract member SetDelegate : AVFoundation.IAVCaptureDataOutputSynchronizerDelegate * CoreFoundation.DispatchQueue -> unit
override this.SetDelegate : AVFoundation.IAVCaptureDataOutputSynchronizerDelegate * CoreFoundation.DispatchQueue -> unit

Parameters

del
IAVCaptureDataOutputSynchronizerDelegate

The delegate to set. May be null

This parameter can be null.

delegateCallbackQueue
DispatchQueue

To be added.

This parameter can be null.

Attributes

Applies to