次の方法で共有


AVAssetExportSession.DetermineCompatibleFileTypesAsync メソッド

定義

このエクスポート セッションと互換性のあるファイルの種類の一覧を生成します。

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

戻り値

非同期の DetermineCompatibleFileTypes 操作を表すタスク。 TResult パラメーターの値は System.Action<System.String[]> 型です。

属性

注釈

DetermineCompatibleFileTypesAsync メソッドは、操作を表す Task を使用して呼び出し元に制御を返すことで、C# 非同期で使用するのに適しています。

適用対象