MiracastReceiverStreamControl.GetVideoStreamSettingsAsync Method

Definition

Returns an object representing the current settings for the video stream.

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)

Returns

The current settings for the video stream.

Attributes

Applies to

See also