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

循环程序的状态当前不可用。

适用于