AVAsset.LoadValuesAsynchronously(String[], Action) Method

Definition

Asks the asset to load the specified keys (unless they're already loaded).

[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[]

An array of keys to load.

handler
Action

The delegate to call when loading succeeds, fails or is cancelled.

Attributes

Applies to