AVAssetExportSession.DetermineCompatibilityOfExportPresetAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
DetermineCompatibilityOfExportPresetAsync(String, AVAsset, AVFileTypes) |
异步确定预设是否与资产和输出类型兼容,并返回指示其是否为的任务。 |
DetermineCompatibilityOfExportPresetAsync(String, AVAsset, String) |
确定指定的预设是否与资产和输出文件类型兼容。 |
DetermineCompatibilityOfExportPresetAsync(String, AVAsset, AVFileTypes)
异步确定预设是否与资产和输出类型兼容,并返回指示其是否为的任务。
public System.Threading.Tasks.Task<bool> DetermineCompatibilityOfExportPresetAsync (string presetName, AVFoundation.AVAsset asset, AVFoundation.AVFileTypes outputFileType);
member this.DetermineCompatibilityOfExportPresetAsync : string * AVFoundation.AVAsset * AVFoundation.AVFileTypes -> System.Threading.Tasks.Task<bool>
参数
- presetName
- String
要检查的预设。
- asset
- AVAsset
要检查预设所针对的资产。
- outputFileType
- AVFileTypes
要检查预设所针对的输出文件类型。
返回
适用于
DetermineCompatibilityOfExportPresetAsync(String, AVAsset, String)
确定指定的预设是否与资产和输出文件类型兼容。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public static System.Threading.Tasks.Task<bool> DetermineCompatibilityOfExportPresetAsync (string presetName, AVFoundation.AVAsset asset, string outputFileType);
static member DetermineCompatibilityOfExportPresetAsync : string * AVFoundation.AVAsset * string -> System.Threading.Tasks.Task<bool>
参数
- presetName
- String
预设名称 (、、、、 或 ) 。
- asset
- AVAsset
- outputFileType
- String
要添加。此参数可以是 。
返回
表示异步 DetermineCompatibilityOfExportPreset 操作的任务。 TResult 参数的值的类型为 System.Action<System.Boolean>。
- 属性