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.Native]
public enum AVKeyValueStatus
[<ObjCRuntime.Native>]
type AVKeyValueStatus =
- Inheritance
-
AVKeyValueStatus
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | The load attempt's state is unknown. |
| Loading | 1 | The load attempt is ongoing. |
| Loaded | 2 | The load attempt succeeded. |
| Failed | 3 | The load attempt failed. |
| Cancelled | 4 | The load attempt was cancelled. |