共用方式為


AVAssetExportSession.DetermineCompatibilityOfExportPreset 方法

定義

多載

DetermineCompatibilityOfExportPreset(String, AVAsset, String, Action<Boolean>)

判斷指定的預設是否與資產和輸出檔案類型相容。

DetermineCompatibilityOfExportPreset(String, AVAsset, AVFileTypes, Action<Boolean>)

判斷預設是否與資產和輸出類型相容,並將結果傳遞至 。

DetermineCompatibilityOfExportPreset(String, AVAsset, String, Action<Boolean>)

判斷指定的預設是否與資產和輸出檔案類型相容。

[Foundation.Export("determineCompatibilityOfExportPreset:withAsset:outputFileType:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DetermineCompatibilityOfExportPreset (string presetName, AVFoundation.AVAsset asset, string outputFileType, Action<bool> isCompatibleResult);
static member DetermineCompatibilityOfExportPreset : string * AVFoundation.AVAsset * string * Action<bool> -> unit

參數

asset
AVAsset
outputFileType
String

即將加入。

這個參數可以是 null

isCompatibleResult
Action<Boolean>
屬性

適用於

DetermineCompatibilityOfExportPreset(String, AVAsset, AVFileTypes, Action<Boolean>)

判斷預設是否與資產和輸出類型相容,並將結果傳遞至 。

public void DetermineCompatibilityOfExportPreset (string presetName, AVFoundation.AVAsset asset, AVFoundation.AVFileTypes outputFileType, Action<bool> isCompatibleResult);
member this.DetermineCompatibilityOfExportPreset : string * AVFoundation.AVAsset * AVFoundation.AVFileTypes * Action<bool> -> unit

參數

presetName
String

要檢查的預設值。

asset
AVAsset

要檢查預設的資產。

outputFileType
AVFileTypes

要檢查預設的輸出檔案類型。

isCompatibleResult
Action<Boolean>

要以檢查結果執行的動作。

適用於