sampleBufferDelegate
The capture object’s delegate.
Declaration
var sampleBufferDelegate: (any AVCaptureAudioDataOutputSampleBufferDelegate)? { get }Discussion
You use the delegate to manage incoming data.
The capture object’s delegate.
var sampleBufferDelegate: (any AVCaptureAudioDataOutputSampleBufferDelegate)? { get }You use the delegate to manage incoming data.