AVPlayerTimeControlStatus Enumeração

Definição

Enumera valores de tempo TimeControlStatus permitidos.

[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 = 
Herança
AVPlayerTimeControlStatus
Atributos

Campos

Paused 0

Indica que o jogador está em pausa.

Playing 2

Indica que o jogador está jogando.

WaitingToPlayAtSpecifiedRate 1

Indica que o jogador está esperando para jogar a uma taxa especificada.

Aplica-se a