Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.06 KB

miracastreceiverconnection_pause_1953642114.md

File metadata and controls

30 lines (19 loc) · 1.06 KB
-api-id -api-type ms.custom
M:Windows.Media.Miracast.MiracastReceiverConnection.Pause
winrt method
19H1

Windows.Media.Miracast.MiracastReceiverConnection.Pause

-description

Requests the Miracast Transmitter to pause streaming audio and video data to the Receiver. The connection remains established.

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

Use Resume or ResumeAsync to instruct the Miracast Transmitter to resume streaming.

-see-also

PauseAsync, Resume, ResumeAsync

-examples