AVCaptureVideoDataOutputSampleBufferDelegate
Methods for receiving sample buffers from, and monitoring the status of, a video data output.
Declaration
protocol AVCaptureVideoDataOutputSampleBufferDelegate : NSObjectProtocolOverview
This protocol defines an interface for delegates of an AVCaptureVideoDataOutput object to receive captured video sample buffers and be notified of late sample buffers that were dropped.
The delegate of an AVCaptureVideoDataOutput object must adopt the AVCaptureVideoDataOutputSampleBufferDelegate protocol. The methods in this protocol are optional.