Partager via


AVPlayerTimeControlStatus Énumération

Définition

Énumère les valeurs de temps TimeControlStatus autorisées.

[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 = 
Héritage
AVPlayerTimeControlStatus
Attributs

Champs

Paused 0

Indique que le joueur est suspendu.

Playing 2

Indique que le joueur joue.

WaitingToPlayAtSpecifiedRate 1

Indique que le joueur attend de jouer à une vitesse spécifiée.

S’applique à