共用方式為


AVAssetExportSession.DetermineCompatibilityOfExportPresetAsync 方法

定義

多載

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 > 。

屬性

適用於