AVAsset.LoadValuesAsynchronously(String[], Action) 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.
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