AVPlayerLooperStatus Énumération

Définition

Énumère les états d’un AVPlayerLooper objet.

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

Champs

Cancelled 3

La boucle a été annulée.

Failed 2

Échec de la boucle (voir Error).

Ready 1

Le looper est prêt à jouer.

Unknown 0

L’état du looper n’est actuellement pas disponible.

S’applique à