AVAssetExportSession.DetermineCompatibilityOfExportPreset 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
매개 변수
- presetName
- String
미리 설정된 이름(PresetLowQuality, , PresetMediumQuality, PresetHighestQualityPreset640x480, Preset960x540, Preset1280x720PresetAppleM4A 또는 PresetPassthrough)입니다.
- asset
- AVAsset
- 특성
적용 대상
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
사전 설정을 확인할 출력 파일 형식입니다.