Edit

Share via


AVUrlAsset.Create Method

Definition

Overloads

Create(NSUrl)

Creates a new AVUrlAsset for the specified url.

Create(NSUrl, AVUrlAssetOptions)

Creates a new AVUrlAsset for the specified url and options.

Create(NSUrl)

Creates a new AVUrlAsset for the specified url.

public static AVFoundation.AVUrlAsset Create (Foundation.NSUrl url);
static member Create : Foundation.NSUrl -> AVFoundation.AVUrlAsset

Parameters

url
NSUrl

Returns

Applies to

Create(NSUrl, AVUrlAssetOptions)

Creates a new AVUrlAsset for the specified url and options.

public static AVFoundation.AVUrlAsset Create (Foundation.NSUrl url, AVFoundation.AVUrlAssetOptions options);
static member Create : Foundation.NSUrl * AVFoundation.AVUrlAssetOptions -> AVFoundation.AVUrlAsset

Parameters

url
NSUrl

Returns

Applies to