Edit

Share via


AVAssetExportSession.ExportPresetsCompatibleWithAsset(AVAsset) Method

Definition

Exports the presets compatible with the given asset.

[Foundation.Export("exportPresetsCompatibleWithAsset:")]
public static string[] ExportPresetsCompatibleWithAsset (AVFoundation.AVAsset asset);
static member ExportPresetsCompatibleWithAsset : AVFoundation.AVAsset -> string[]

Parameters

asset
AVAsset

Returns

String[]
Attributes

Applies to