AVCaptureAudioDataOutputSampleBufferDelegate
Methods for receiving audio sample data from an audio capture.
Declaration
protocol AVCaptureAudioDataOutputSampleBufferDelegate : NSObjectProtocolOverview
This protocol defines an interface for delegates of an AVCaptureAudioDataOutput object to receive captured audio sample buffers.
The delegate of an AVCaptureAudioDataOutput object must adopt this protocol. The method in this protocol is optional.