AVAsset.StatusOfValue(String, NSError) Method

Definition

Returns the loading status for the specified key.

[Foundation.Export("statusOfValueForKey:error:")]
public virtual AVFoundation.AVKeyValueStatus StatusOfValue (string key, out Foundation.NSError error);
abstract member StatusOfValue : string *  -> AVFoundation.AVKeyValueStatus
override this.StatusOfValue : string *  -> AVFoundation.AVKeyValueStatus

Parameters

key
String

The key whose status to check.

error
NSError

Returns any errors that occurred during loading of the specifed key.

Returns

The loading status for the specified key.

Attributes

Applies to