Contents

AVQueuedSampleBufferRendering

Methods you can implement to enqueue sample buffers for presentation.

Declaration

protocol AVQueuedSampleBufferRendering : NSObjectProtocol

Overview

AVSampleBufferDisplayLayer and AVSampleBufferAudioRenderer conform to this protocol. When used in conjunction with an AVSampleBufferRenderSynchronizer, an object conforming to AVQueuedSampleBufferRendering can only be attached to a single synchronizer.

Topics

Requesting media

Determining playback readiness

Clearing queued sample buffers

Indentifying the timebase

See Also

Presentation