AVPlayerLooperStatus Enumeración

Definición

Enumera los estados de un AVPlayerLooper objeto .

[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 = 
Herencia
AVPlayerLooperStatus
Atributos

Campos

Cancelled 3

Se ha cancelado el bucle.

Failed 2

Error de bucle (consulte Error).

Ready 1

El bucle está listo para jugar.

Unknown 0

El estado del bucle no está disponible actualmente.

Se aplica a