Freigeben über


MiracastReceiverStreamControl.GetVideoStreamSettingsAsync Methode

Definition

Gibt ein Objekt zurück, das die aktuellen Einstellungen für den Videostream darstellt.

public:
 virtual IAsyncOperation<MiracastReceiverVideoStreamSettings ^> ^ GetVideoStreamSettingsAsync() = GetVideoStreamSettingsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MiracastReceiverVideoStreamSettings> GetVideoStreamSettingsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MiracastReceiverVideoStreamSettings> GetVideoStreamSettingsAsync();
function getVideoStreamSettingsAsync()
Public Function GetVideoStreamSettingsAsync () As IAsyncOperation(Of MiracastReceiverVideoStreamSettings)

Gibt zurück

Die aktuellen Einstellungen für den Videostream.

Attribute

Gilt für:

Weitere Informationen