AVAssetExportSession.DetermineCompatibleFileTypesAsync Method

Definition

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

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<string[]> DetermineCompatibleFileTypesAsync ();
abstract member DetermineCompatibleFileTypesAsync : unit -> System.Threading.Tasks.Task<string[]>
override this.DetermineCompatibleFileTypesAsync : unit -> System.Threading.Tasks.Task<string[]>

Returns

A task that represents the asynchronous DetermineCompatibleFileTypes operation. The value of the TResult parameter is of type System.Action<System.String[]>.

Attributes

Remarks

The DetermineCompatibleFileTypesAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

Applies to