AVKeyValueStatus Enum

Definition

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.

Applies to