Compartir a través de


AVUrlAsset.Create Método

Definición

Sobrecargas

Create(NSUrl)

Crea un nuevo atributo AVUrlAsset para el objeto url especificado.

Create(NSUrl, AVUrlAssetOptions)

Crea un nuevo AVUrlAsset objeto para los especificados url y options.

Create(NSUrl)

Crea un nuevo atributo AVUrlAsset para el objeto url especificado.

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

Parámetros

url
NSUrl

Devoluciones

Se aplica a

Create(NSUrl, AVUrlAssetOptions)

Crea un nuevo AVUrlAsset objeto para los especificados url y options.

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

Parámetros

url
NSUrl

Devoluciones

Se aplica a