Freigeben über


AVPlayerLooperStatus Enumeration

Definition

Listet die Zustände eines AVPlayerLooper Objekts auf.

[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 = 
Vererbung
AVPlayerLooperStatus
Attribute

Felder

Cancelled 3

Die Schleife wurde abgebrochen.

Failed 2

Fehler beim Schleifen (siehe Error).

Ready 1

Der Looper kann wiedergegeben werden.

Unknown 0

Der Status des Loopers ist derzeit nicht verfügbar.

Gilt für: