Edit

Share via


AVSampleBufferDisplayLayer.Enqueue(CMSampleBuffer) Method

Definition

Puts the specified buffer at the end of the queue for display.

[Foundation.Export("enqueueSampleBuffer:")]
public virtual void Enqueue (CoreMedia.CMSampleBuffer sampleBuffer);
abstract member Enqueue : CoreMedia.CMSampleBuffer -> unit
override this.Enqueue : CoreMedia.CMSampleBuffer -> unit

Parameters

sampleBuffer
CMSampleBuffer

The buffer to put at the end of the queue for display.

Attributes

Applies to