AVAssetExportSession.DetermineCompatibleFileTypes Method

Definition

Produces the list of compatible file types with this export session.

[Foundation.Export("determineCompatibleFileTypesWithCompletionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DetermineCompatibleFileTypes (Action<string[]> compatibleFileTypesHandler);
abstract member DetermineCompatibleFileTypes : Action<string[]> -> unit
override this.DetermineCompatibleFileTypes : Action<string[]> -> unit

Parameters

compatibleFileTypesHandler
Action<String[]>

Callback invoked with the compatible file types.

Attributes

Applies to