AVAssetExportSession.FromAsset(AVAsset, String) Método

Definición

Crea un nuevo AVAssetExportSession a partir del especificado asset, con el nombre preestablecido especificado.

[Foundation.Export("exportSessionWithAsset:presetName:")]
public static AVFoundation.AVAssetExportSession FromAsset (AVFoundation.AVAsset asset, string presetName);
static member FromAsset : AVFoundation.AVAsset * string -> AVFoundation.AVAssetExportSession

Parámetros

asset
AVAsset

Devoluciones

Atributos

Se aplica a