다음을 통해 공유


AVQueuedSampleBufferRenderingStatus 열거형

정의

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

아직 큐에 포함된 샘플 버퍼가 없습니다.

적용 대상