Protocol: AVCaptureAudioDataOutputSampleBufferDelegate

Overview

The delegate of an AVCaptureAudioDataOutputSampleBuffer object must adopt the AVCaptureAudioDataOutputSampleBufferDelegate protocol. The method in this protocol is optional. Notifies the delegate that a sample buffer was written. (required)

Instance Method Summary (collapse)

Instance Method Details

- (Object) captureOutput(captureOutput, didOutputSampleBuffer:sampleBuffer, fromConnection:connection)

Notifies the delegate that a sample buffer was written. (required)

Parameters:

  • captureOutput (AVCaptureOutput)

    The capture output object.

  • sampleBuffer (CMSampleBufferRef)

    The sample buffer that was output.

  • connection (AVCaptureConnection)

    The connection.

Returns: