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)
-
- captureOutput:didOutputSampleBuffer:fromConnection:
Notifies the delegate that a sample buffer was written.
Instance Method Details
- (Object) captureOutput(captureOutput, didOutputSampleBuffer:sampleBuffer, fromConnection:connection)
Notifies the delegate that a sample buffer was written. (required)