libvlcsharp icon indicating copy to clipboard operation
libvlcsharp copied to clipboard

Cross-platform .NET/Mono bindings for LibVLC

Results 19 libvlcsharp issues
Sort by recently updated
recently updated
newest added

### 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**....

### 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...