AVQueuedSampleBufferRenderingStatus Enum
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.
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
Name | Value | Description |
---|---|---|
Unknown | 0 | No sample buffers have been enqueued yet. |
Rendering | 1 | At least one sample buffer is queued for rendering. |
Failed | 2 | The player failed during or preparing for rendering. |