Contents

AVCaptureVideoDataOutputSampleBufferDelegate

Methods for receiving sample buffers from, and monitoring the status of, a video data output.

Declaration

protocol AVCaptureVideoDataOutputSampleBufferDelegate : NSObjectProtocol

Overview

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.

Topics

Managing sample buffer behavior

See Also

Receiving captured video data