Contents

AVCaptureAudioDataOutputSampleBufferDelegate

Methods for receiving audio sample data from an audio capture.

Declaration

protocol AVCaptureAudioDataOutputSampleBufferDelegate : NSObjectProtocol

Overview

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.

Topics

Managing sample buffer behavior

See Also

Receiving captured audio data