AVMetadataItem.LoadValuesAsynchronously(String[], Action) Method

Definition

Asynchronously loads the specific keys if they are not loaded already and runs a handler after the operation completes.

[Foundation.Export("loadValuesAsynchronouslyForKeys:completionHandler:")]
public virtual void LoadValuesAsynchronously (string[] keys, Action handler);
abstract member LoadValuesAsynchronously : string[] * Action -> unit
override this.LoadValuesAsynchronously : string[] * Action -> unit

Parameters

keys
String[]
handler
Action

To be added.

This parameter can be null.

Attributes

Applies to