次の方法で共有


AVAssetExportSession.DetermineCompatibleFileTypes メソッド

定義

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

[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

パラメーター

compatibleFileTypesHandler
Action<String[]>

互換性のあるファイルの種類で呼び出されるコールバック。

属性

適用対象