MonoMac.AVFoundation.AVCaptureVideoDataOutput.SetSampleBufferDelegate Method
Sets the target object where the captured frames will be sent to.

Syntax

[MonoMac.Foundation.Export("setSampleBufferDelegate:queue:")]
public virtual void SetSampleBufferDelegate (AVCaptureVideoDataOutputSampleBufferDelegate sampleBufferDelegate, IntPtr sampleBufferCallbackQueue)

Parameters

sampleBufferDelegate

The instance of the class that will receive the video samples as they are produced. Use the null value to stop receiving messages.

This parameter can be null.

sampleBufferCallbackQueue
The queue in which to invoke the sampleBufferDelegate, this value can only be null when you are also clearing the sampleBufferDelegate.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MonoMac.AVFoundation
Assembly: XamMac (in XamMac.dll)
Assembly Versions: 0.0.0.0