forked from yanw/App_win_iot_V2.0
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.
|
|
3 years ago | |
|---|---|---|
| .. | ||
| lib | 3 years ago | |
| .signature.p7s | 3 years ago | |
| LibVLCSharp.3.6.6.nupkg | 3 years ago | |
| README.md | 3 years ago | |
| icon.png | 3 years ago | |
README.md
LibVLCSharp
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