AVAssetExportSession.FromAsset(AVAsset, String) Method

Definition

Creates a new AVAssetExportSession from the specified asset, with the specified preset name.

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

Parameters

asset
AVAsset

Returns

Attributes

Applies to