AVPlayerTimeControlStatus 枚举

定义

枚举允许的时间 TimeControlStatus 值。

[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 AVPlayerTimeControlStatus
type AVPlayerTimeControlStatus = 
继承
AVPlayerTimeControlStatus
属性

字段

Paused 0

指示玩家已暂停。

Playing 2

指示玩家正在播放。

WaitingToPlayAtSpecifiedRate 1

指示玩家正在等待以指定速率玩游戏。

适用于