AVUrlAsset.Create 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Create(NSUrl) |
為指定的 AVUrlAsset 建立新的 |
Create(NSUrl, AVUrlAssetOptions) |
為指定的 |
Create(NSUrl)
為指定的 AVUrlAsset 建立新的 url
。
public static AVFoundation.AVUrlAsset Create (Foundation.NSUrl url);
static member Create : Foundation.NSUrl -> AVFoundation.AVUrlAsset
參數
- url
- NSUrl
傳回
適用於
Create(NSUrl, AVUrlAssetOptions)
為指定的 url
和 options
建立新的 AVUrlAsset 。
public static AVFoundation.AVUrlAsset Create (Foundation.NSUrl url, AVFoundation.AVUrlAssetOptions options);
static member Create : Foundation.NSUrl * AVFoundation.AVUrlAssetOptions -> AVFoundation.AVUrlAsset
參數
- url
- NSUrl
- options
- AVUrlAssetOptions