AVAssetExportSession.ExportPresetsCompatibleWithAsset(AVAsset) Method

Definition

[Foundation.Export("exportPresetsCompatibleWithAsset:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static string[] ExportPresetsCompatibleWithAsset(AVFoundation.AVAsset asset);
[<Foundation.Export("exportPresetsCompatibleWithAsset:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ExportPresetsCompatibleWithAsset : AVFoundation.AVAsset -> string[]

Parameters

asset
AVAsset

Returns

String[]
Attributes

Applies to