Conforms to | |
Framework | /System/Library/Frameworks/AVFoundation.framework/ |
Availability | Available in iOS 4.0 and later. |
Declared in | AVCaptureOutput.h |
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)
- (void)captureOutput:(AVCaptureOutput *)captureOutput didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer fromConnection:(AVCaptureConnection *)connection
The capture output object.
The sample buffer that was output.
The connection.
AVCaptureOutput.h
Last updated: 2010-03-19