Freigeben über


AVAssetExportSession.DetermineCompatibilityOfExportPreset Methode

Definition

Überlädt

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

Bestimmt, ob die angegebene Voreinstellung mit dem Ressourcen- und Ausgabedateityp kompatibel ist.

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

Bestimmt, ob eine Voreinstellung mit einem Ressourcen- und Ausgabetyp kompatibel ist, und übergibt das Ergebnis an .

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

Bestimmt, ob die angegebene Voreinstellung mit dem Ressourcen- und Ausgabedateityp kompatibel ist.

[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

Parameter

asset
AVAsset
outputFileType
String

Muss hinzugefügt werden.

Dieser Parameter kann null sein.

isCompatibleResult
Action<Boolean>
Attribute

Gilt für:

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

Bestimmt, ob eine Voreinstellung mit einem Ressourcen- und Ausgabetyp kompatibel ist, und übergibt das Ergebnis an .

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

Parameter

presetName
String

Die zu überprüfende Voreinstellung.

asset
AVAsset

Das Objekt, anhand dessen die Voreinstellung überprüft werden soll.

outputFileType
AVFileTypes

Der Ausgabedateityp, mit dem die Voreinstellung überprüft werden soll.

isCompatibleResult
Action<Boolean>

Eine Aktion, die mit dem Ergebnis der Überprüfung ausgeführt werden soll.

Gilt für: