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

使用兼容的文件类型调用的回调。

属性

适用于