AVSampleBufferDisplayLayer.EnqueueSampleBuffer(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.
Caution
Use the 'Enqueue' method instead.
Enqueues the sampleBuffer
for display.
[System.Obsolete("Use the 'Enqueue' method instead.", false)]
public virtual void EnqueueSampleBuffer (CoreMedia.CMSampleBuffer sampleBuffer);
abstract member EnqueueSampleBuffer : CoreMedia.CMSampleBuffer -> unit
override this.EnqueueSampleBuffer : CoreMedia.CMSampleBuffer -> unit
Parameters
- sampleBuffer
- CMSampleBuffer
The buffer to put at the end of the queue for display
- Attributes