AVAssetResourceLoadingRequest.FinishLoadingWithError(NSError) Method

Definition

Causes the receiver to respond and act as if loading is finished.

[Foundation.Export("finishLoadingWithError:")]
public virtual void FinishLoadingWithError (Foundation.NSError error);
abstract member FinishLoadingWithError : Foundation.NSError -> unit
override this.FinishLoadingWithError : Foundation.NSError -> unit

Parameters

error
NSError

To be added.

This parameter can be null.

Attributes

Applies to