Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.42 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.42 KB

LibVLCSharp.Forms

NuGet Stats NuGet Stats

This package provides Xamarin.Forms support for LibVLCSharp.

This package also contains the views for the following platforms:

  • Android
  • iOS
  • Mac

GTK and WPF Forms support are in separate packages due to multi-targeting limitations.

This package has multiple target frameworks, which means it will pick the right features for your project (you will only get the mac view if you are building a mac project).

BE CAREFUL: This project does not include LibVLC itself! You will need to install it separately! See the Installation documentation for more info.

MediaPlayerElement

This package includes a Xamarin.Forms MediaPlayerElement component. It currently supports iOS and Android only.

See the sample for more info.

Why should I reference this package in my project?

If you are in this situation, this package is made for you:

  • You want to build a Xamarin.Forms application (no matter on which platform) using LibVLCSharp.

For other platforms, see the main documentation