次の方法で共有


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> 型です。

属性

適用対象