Contents

sampleBufferDelegate

The capture object’s delegate.

Declaration

var sampleBufferDelegate: (any AVCaptureAudioDataOutputSampleBufferDelegate)? { get }

Discussion

You use the delegate to manage incoming data.

See Also

Receiving captured audio data