Share via


AVAssetExportSession.DetermineCompatibleFileTypesAsync Metodo

Definizione

Produce l'elenco di tipi di file compatibili con questa sessione di esportazione.

[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[]>

Restituisce

Attività che rappresenta l'operazione DetermineCompatibleFileTypes asincrona. Il valore del parametro TResult è di tipo System.Action<System.String[]>.

Attributi

Commenti

Il metodo DetermineCompatibleFileTypesAsync è adatto per essere usato con C# asincrono restituendo il controllo al chiamante con un'attività che rappresenta l'operazione.

Si applica a