AVContentAuthorizationStatus Enumeração
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVContentAuthorizationStatus
type AVContentAuthorizationStatus =
- Herança
-
AVContentAuthorizationStatus
- Atributos
Campos
Nome | Valor | Description |
---|---|---|
Unknown | 0 | |
Completed | 1 | |
Cancelled | 2 | |
TimedOut | 3 | |
Busy | 4 | |
NotAvailable | 5 | |
NotPossible | 6 |