AVCaptureAudioDataOutput.SampleBufferDelegate Property

Definition

Returns the delegate object that receives samples as they are captured.

public virtual AVFoundation.IAVCaptureAudioDataOutputSampleBufferDelegate SampleBufferDelegate { [Foundation.Export("sampleBufferDelegate")] get; }
member this.SampleBufferDelegate : AVFoundation.IAVCaptureAudioDataOutputSampleBufferDelegate

Property Value

Attributes

Remarks

The methods on the delegate object are invoked on the thread/dispatch queue specified by the SampleBufferCallbackQueue.

Applies to