Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1023 Bytes

miracastreceiverstreamcontrol_getvideostreamsettings_412448218.md

File metadata and controls

31 lines (19 loc) · 1023 Bytes
-api-id -api-type ms.custom
M:Windows.Media.Miracast.MiracastReceiverStreamControl.GetVideoStreamSettings
winrt method
19H1

Windows.Media.Miracast.MiracastReceiverStreamControl.GetVideoStreamSettings

-description

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

-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.

-see-also

GetVideoStreamSettingsAsync, MiracastReceiverVideoStreamSettings

-examples