AVQueuedSampleBufferRenderingStatus 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉 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 | 尚未排入佇列中的範例緩衝區。 |