AVSampleBufferDisplayLayer.Enqueue(CMSampleBuffer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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