共用方式為


AVUrlAsset.Create 方法

定義

多載

Create(NSUrl)

為指定的 AVUrlAsset 建立新的 url

Create(NSUrl, AVUrlAssetOptions)

為指定的 urloptions 建立新的 AVUrlAsset

Create(NSUrl)

為指定的 AVUrlAsset 建立新的 url

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

參數

url
NSUrl

傳回

適用於

Create(NSUrl, AVUrlAssetOptions)

為指定的 urloptions 建立新的 AVUrlAsset

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

參數

url
NSUrl

傳回

適用於