AVCaptureVideoDataOutput.SetSampleBufferDelegate Method

Definition

Caution

Use overload accepting a 'IAVCaptureVideoDataOutputSampleBufferDelegate'.

Sets the delegate object and specifies the DispatchQueue on which the callbacks occur.

[Foundation.Export("setSampleBufferDelegate:queue:")]
[System.Obsolete("Use overload accepting a 'IAVCaptureVideoDataOutputSampleBufferDelegate'.", false)]
public virtual void SetSampleBufferDelegate (AVFoundation.AVCaptureVideoDataOutputSampleBufferDelegate sampleBufferDelegate, CoreFoundation.DispatchQueue sampleBufferCallbackQueue);
abstract member SetSampleBufferDelegate : AVFoundation.AVCaptureVideoDataOutputSampleBufferDelegate * CoreFoundation.DispatchQueue -> unit
override this.SetSampleBufferDelegate : AVFoundation.AVCaptureVideoDataOutputSampleBufferDelegate * CoreFoundation.DispatchQueue -> unit

Parameters

sampleBufferDelegate
AVCaptureVideoDataOutputSampleBufferDelegate

To be added.

This parameter can be null.

sampleBufferCallbackQueue
DispatchQueue

To be added.

This parameter can be null.

Attributes

Applies to