libvlcsharp
libvlcsharp copied to clipboard
Cross-platform .NET/Mono bindings for LibVLC
### Description of Change ### In `VideoView` `MediaPlayer` handle was not properly assigned when using it in windows child component (eg. user control). This caused MediaPlayer to popout to separate...
### Description of Change ### Allow content to be placed to **VideoView** so that it renders it on top of the media player. - Created bindable **Content** property for **VideoView**....
Maui
### Description of Change ### This draft PR includes the implementation of a MediaPlayerElement for Maui. The changes include: - Added new MediaPlayerElement control to LibVCLSharp.MAUI - Added the sample...
### Description of Change ### This PR includes the implementation of a MediaPlayerElement for Maui. The changes include: - Added new MediaPlayerElement control to LibVCLSharp.MAUI - Added the sample LibVLCSharp.MAUI.Sample.MediaElement...