MiracastReceiverStreamControl.GetVideoStreamSettings Method

Definition

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

public:
 virtual MiracastReceiverVideoStreamSettings ^ GetVideoStreamSettings() = GetVideoStreamSettings;
MiracastReceiverVideoStreamSettings GetVideoStreamSettings();
public MiracastReceiverVideoStreamSettings GetVideoStreamSettings();
function getVideoStreamSettings()
Public Function GetVideoStreamSettings () As MiracastReceiverVideoStreamSettings

Returns

The current settings for the video stream.

Remarks

Because this method may block for a noticeable period of time, you should not call it from the UI thread or from a single-threaded apartment. Instead, use the asyncronous method GetVideoStreamSettingsAsync.

Applies to

See also