Page 1 of 1

LibvlcSharp.wpf and wpf forms

Posted: 01 Feb 2019 03:24
by manity
Hello,Im new to libvlc and have got as far as opening and playing a media file in a wpf project.


I have used the LibVLCSharp.WPF lib from nuget, but I notice there is a LibVLCSharp.Forms.WPF.
Whats the difference between these two, and when should I use what ?

thanks

Re: LibvlcSharp.wpf and wpf forms

Posted: 02 Feb 2019 08:39
by mfkl
LibVLCSharp.WPF provides a WPF VideoView integrated with LibVLCSharp for your WPF project. it depends on LibVLCSharp.

LibVLCSharp.Forms.WPF provides Xamarin.Forms support to your Xamarin.Forms project with a WPF back-end. It depends on LibVLCSharp.WPF and LibVLCSharp.Forms.

I'll make it clearer in the docs.