AVPlayerLooperStatus Enumerazione

Definizione

Enumera gli stati di un AVPlayerLooper oggetto .

[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 = 
Ereditarietà
AVPlayerLooperStatus
Attributi

Campi

Cancelled 3

Il ciclo è stato annullato.

Failed 2

Ciclo non riuscito (vedere Error).

Ready 1

Il looper è pronto per la riproduzione.

Unknown 0

Lo stato del looper non è attualmente disponibile.

Si applica a