I am needing to display video in my winui 3 application. I do not need any video controls. The app just needs to play a chain of videos one after another. I noticed winui 3 does not support a MediaPlayerElement as of yet. What is the recommended way to get this functionality?
I've seen a post to use a webview2 element but I'm unsure how to implement this.
I have also seen this post to create an audio player in c#. Could this be used to somehow display the mediaplayer source without the MediaPlayerElement?
Is there any straight forward implementation or should I start over and build a UWP app instead? I am new to c# and any help would be appreciated.