Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1 KB

miracastreceiver_createsessionasync_1751251082.md

File metadata and controls

34 lines (21 loc) · 1 KB
-api-id -api-type ms.custom
M:Windows.Media.Miracast.MiracastReceiver.CreateSessionAsync(Windows.ApplicationModel.Core.CoreApplicationView)
winrt method
19H1

Windows.Media.Miracast.MiracastReceiver.CreateSessionAsync

-description

Asynchronously creates a new MiracastReceiverSession object, needed to receive Miracast connections.

-parameters

-param view

The CoreApplicationView used by the app when displaying the Miracast video stream.

-returns

An asynchronous operation that returns the new MiracastReceiverSession object upon completion.

-remarks

-see-also

CoreApplicationView, CreateSession

-examples