MediaEncodingProfile.CreateFromFileAsync(IStorageFile) Methode

Definition

Erstellt ein Codierungsprofil aus einer vorhandenen Mediendatei.

public:
 static IAsyncOperation<MediaEncodingProfile ^> ^ CreateFromFileAsync(IStorageFile ^ file);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<MediaEncodingProfile> CreateFromFileAsync(IStorageFile const& file);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<MediaEncodingProfile> CreateFromFileAsync(IStorageFile file);
function createFromFileAsync(file)
Public Shared Function CreateFromFileAsync (file As IStorageFile) As IAsyncOperation(Of MediaEncodingProfile)

Parameter

file
IStorageFile

Die Mediendatei, aus der das Profil erstellt werden soll.

Gibt zurück

Ein -Objekt, das zum Steuern des asynchronen Vorgangs verwendet wird.

Attribute

Gilt für: