AVKeyValueStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values specify the load status of a given property.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVKeyValueStatus
type AVKeyValueStatus =
- Inheritance
-
AVKeyValueStatus
- Attributes
Fields
Cancelled | 4 | The load attempt was cancelled. |
Failed | 3 | The load attempt failed. |
Loaded | 2 | The load attempt succeeded. |
Loading | 1 | The load attempt is ongoing. |
Unknown | 0 | The load attempt's state is unknown. |