Clarifications on advanced Windows.Media.Casting scenarios #464
-
I am helping a friend improve their Windows support for a media player which they're writing. One of the features we've been discussing is media casting support, so that one can play their media remotely on a variety of devices. The However, the primary interface for representing media that will be casted is the
I was looking through the Windows SDK and noticed the
In hindsight, it doesn't seem like these APIs actually afford me that much functionality — if I choose to go down this custom route, all I really get is a fancy device picker and a unified WinRT API for connection management (creating, closing, handling errors, etc.). Am I looking in the right place? How does this functionality relate to the APIs in I hope someone from the media team can help clarify what I can do to implement this scenario. I've been racking my brains on some of the APIs I've mentioned, and I think I might know what's going on, but some more clarity and documentation would help. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @reflectronic, since this is a Windows UWP question and not a question about Project Reunion, please ask your question on Microsoft Q&A here: https://docs.microsoft.com/en-us/answers/topics/windows-uwp.html There's a set of dedicated engineers to help you there 😊 Thanks! |
Beta Was this translation helpful? Give feedback.
Hi @reflectronic, since this is a Windows UWP question and not a question about Project Reunion, please ask your question on Microsoft Q&A here: https://docs.microsoft.com/en-us/answers/topics/windows-uwp.html
There's a set of dedicated engineers to help you there 😊
Thanks!