AVAsset.StatusOfValue(String, NSError) Method
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.
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