Freigeben über


AVAssetExportSession.DetermineCompatibleFileTypes Methode

Definition

Erzeugt die Liste der kompatiblen Dateitypen mit dieser Exportsitzung.

[Foundation.Export("determineCompatibleFileTypesWithCompletionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DetermineCompatibleFileTypes (Action<string[]> compatibleFileTypesHandler);
abstract member DetermineCompatibleFileTypes : Action<string[]> -> unit
override this.DetermineCompatibleFileTypes : Action<string[]> -> unit

Parameter

compatibleFileTypesHandler
Action<String[]>

Rückruf, der mit den kompatiblen Dateitypen aufgerufen wird.

Attribute

Gilt für: