AVQueuedSampleBufferRenderingStatus 枚举

定义

枚举 P:AVFoundation.AVSampleBuffer.Status 字段的可能值。

[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 = 
继承
AVQueuedSampleBufferRenderingStatus
属性

字段

Failed 2

玩家在呈现期间或准备呈现期间失败。

Rendering 1

至少有一个示例缓冲区排队等待呈现。

Unknown 0

尚未将示例缓冲区排队。

适用于