Share via


AVUrlAsset.Create 方法

定义

重载

Create(NSUrl)

为指定的 AVUrlAsset 创建一个新的 url

Create(NSUrl, AVUrlAssetOptions)

AVUrlAsset为指定的 urloptions创建新的 。

Create(NSUrl)

为指定的 AVUrlAsset 创建一个新的 url

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

参数

url
NSUrl

返回

适用于

Create(NSUrl, AVUrlAssetOptions)

AVUrlAsset为指定的 urloptions创建新的 。

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

参数

url
NSUrl

返回

适用于