Compartilhar via


AVPlayerLooperStatus Enumeração

Definição

Enumera os estados de um 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 = 
Herança
AVPlayerLooperStatus
Atributos

Campos

Cancelled 3

O looping foi cancelado.

Failed 2

Falha no loop (consulte Error).

Ready 1

O looper está pronto para ser reproduzido.

Unknown 0

O status do looper não está disponível no momento.

Aplica-se a