uwpchromecastscreencastmiracast

Is it possible to cast UWP app to another display (like Screen casting)?


In screen casting, entire screen will display in selected wireless display device.

My idea is to cast the app(UWP),instead of entire screen. i.e On clicking the 'cast' button in UWP application, the app will cast to selected wireless display device (it may be of another tablet/monitor).

Is it possible?


Solution

  • You would use the ProjectionManager API. Guidelines for using the API are here. and a sample is here.