AVContentAuthorizationStatus Enum

Definition

[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 = 
Inheritance
AVContentAuthorizationStatus
Attributes

Fields

Busy 4
Cancelled 2
Completed 1
NotAvailable 5
NotPossible 6
TimedOut 3
Unknown 0

Applies to