You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
燕伟 dbf28ea136 first push 2 years ago
..
lib first push 2 years ago
.signature.p7s first push 2 years ago
LibVLCSharp.3.6.6.nupkg first push 2 years ago
README.md first push 2 years ago
icon.png first push 2 years ago

README.md

LibVLCSharp

NuGet Stats NuGet Stats

The official .NET wrapper around LibVLC.

This package contains the core features of LibVLCSharp (libvlc loading and initialization, .NET-friendly classes to ease the use of libvlc...). All other LibVLCSharp.* packages depend on this one.

This package also contains the views for the following platforms:

  • Android
  • iOS
  • Mac
  • tvOS
  • UWP

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.

Why should I reference this package in my project?

If you are in one of these situation, this package is made for you.

  • You want to build a console application that leverages the power of VLC for transcoding/streaming/recording/playing audio... without displaying the video anywhere
  • You want to build a Xamarin.iOS/Android/Mac/tvOS/UWP app (not Xamarin.Forms, for that, see LibVLCSharp.Forms )

For other platforms, see the main documentation