共用方式為


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

尚未排入佇列中的範例緩衝區。

適用於