Share via


AVKeyValueStatus Enum

Definition

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.

Applies to