다음을 통해 공유


AVPlayerLooperStatus 열거형

정의

개체의 AVPlayerLooper 상태를 열거합니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVPlayerLooperStatus
type AVPlayerLooperStatus = 
상속
AVPlayerLooperStatus
특성

필드

Cancelled 3

루핑이 취소되었습니다.

Failed 2

반복에 실패했습니다(참조 Error).

Ready 1

루퍼를 재생할 준비가 완료되었습니다.

Unknown 0

루퍼의 상태는 현재 사용할 수 없습니다.

적용 대상