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