AVQueuedSampleBufferRenderingStatus Enum

Definition

Enumerates possible values of the P:AVFoundation.AVSampleBuffer.Status field.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVQueuedSampleBufferRenderingStatus
type AVQueuedSampleBufferRenderingStatus = 
Inheritance
AVQueuedSampleBufferRenderingStatus
Attributes

Fields

Failed 2

The player failed during or preparing for rendering.

Rendering 1

At least one sample buffer is queued for rendering.

Unknown 0

No sample buffers have been enqueued yet.

Applies to