AVUrlAsset.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Create(NSUrl) |
Creates a new AVUrlAsset for the specified |
Create(NSUrl, AVUrlAssetOptions) |
Creates a new AVUrlAsset for the specified |
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
- options
- AVUrlAssetOptions