LibVLCSharp.Forms
3.9.0
Prefix Reserved
See the version list below for details.
dotnet add package LibVLCSharp.Forms --version 3.9.0
NuGet\Install-Package LibVLCSharp.Forms -Version 3.9.0
<PackageReference Include="LibVLCSharp.Forms" Version="3.9.0" />
paket add LibVLCSharp.Forms --version 3.9.0
#r "nuget: LibVLCSharp.Forms, 3.9.0"
// Install LibVLCSharp.Forms as a Cake Addin #addin nuget:?package=LibVLCSharp.Forms&version=3.9.0 // Install LibVLCSharp.Forms as a Cake Tool #tool nuget:?package=LibVLCSharp.Forms&version=3.9.0
LibVLCSharp.Forms
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.
Note: In your iOS project, you must override the GetSupportedInterfaceOrientations
method in AppDelegate.cs
to enable the lock screen feature.
using Foundation;
using LibVLCSharp.Forms.Platforms.iOS;
using LibVLCSharp.Forms.Shared;
using ObjCRuntime;
using UIKit;
// ...
namespace MyAppNameSpace.iOS
{
[Register("AppDelegate")]
public partial class AppDelegate : global::Xamarin.Forms.Platform.iOS.FormsApplicationDelegate
{
public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
LibVLCSharpFormsRenderer.Init();
// ...
}
public override UIInterfaceOrientationMask GetSupportedInterfaceOrientations(UIApplication application, [Transient] UIWindow forWindow)
{
return OrientationChangeListener.Subscribe(this);
}
}
}
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. monoandroid81 is compatible. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. xamarinios10 is compatible. |
Xamarin.Mac | xamarinmac was computed. xamarinmac20 is compatible. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- LibVLCSharp (>= 3.9.0)
- Xamarin.Forms (>= 3.2.0.871581)
-
MonoAndroid 8.1
- LibVLCSharp (>= 3.9.0)
- Xamarin.Forms (>= 3.2.0.871581)
-
Xamarin.iOS 1.0
- LibVLCSharp (>= 3.9.0)
- Xamarin.Forms (>= 3.2.0.871581)
-
Xamarin.Mac 2.0
- LibVLCSharp (>= 3.9.0)
- Xamarin.Forms (>= 3.2.0.871581)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on LibVLCSharp.Forms:
Package | Downloads |
---|---|
LibVLCSharp.Forms.WPF
LibVLCSharp is a cross-platform audio and video API for .NET platforms based on VideoLAN's LibVLC Library. It provides a comprehensive multimedia API that can be used across mobile, server and desktop to render video and output audio. Mono, .NET Framework and .NET Core runtimes are supported. LibVLCSharp.Forms.WPF contains the Xamarin.Forms support for LibVLCSharp through custom renderers on the WPF platform. It depends on LibVLCSharp.Forms and LibVLCSharp.WPF. Xamarin.Forms support for other platforms are in different packages (namely LibVLCSharp.Forms and LibVLCSharp.Forms.GTK). LibVLC needs to be installed separately, see VideoLAN.LibVLC.* packages. |
|
LibVLCSharp.Forms.GTK
LibVLCSharp is a cross-platform audio and video API for .NET platforms based on VideoLAN's LibVLC Library. It provides a comprehensive multimedia API that can be used across mobile, server and desktop to render video and output audio. Mono, .NET Framework and .NET Core runtimes are supported. LibVLCSharp.Forms.GTK contains the Xamarin.Forms support for LibVLCSharp through custom renderers on the GTK platform. It depends on LibVLCSharp.Forms and LibVLCSharp.GTK. Xamarin.Forms support for other platforms are in different packages (namely LibVLCSharp.Forms and LibVLCSharp.Forms.WPF). LibVLC needs to be installed separately, see VideoLAN.LibVLC.* packages. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.9.1 | 59 | 11/13/2024 |
3.9.0 | 4,221 | 8/13/2024 |
3.8.5 | 4,529 | 5/23/2024 |
3.8.4 | 323 | 5/15/2024 |
3.8.3 | 140 | 5/13/2024 |
3.8.2 | 7,797 | 11/7/2023 |
3.8.1 | 9,005 | 10/17/2023 |
3.8.0 | 1,351 | 9/26/2023 |
3.7.0 | 12,774 | 4/4/2023 |
3.6.8 | 15,965 | 3/15/2023 |
3.6.7 | 22,973 | 10/3/2022 |
3.6.6 | 35,994 | 3/23/2022 |
3.6.5 | 23,701 | 12/28/2021 |
3.6.4 | 1,583 | 12/14/2021 |
3.6.3 | 1,449 | 12/8/2021 |
3.6.2 | 1,612 | 12/6/2021 |
3.6.1 | 5,717 | 9/28/2021 |
3.6.0 | 5,663 | 8/11/2021 |
3.5.1 | 4,944 | 6/8/2021 |
3.5.0 | 10,156 | 3/29/2021 |
3.4.9 | 16,089 | 11/12/2020 |
3.4.8 | 10,880 | 9/16/2020 |
3.4.7 | 9,583 | 8/12/2020 |
3.4.6 | 3,968 | 7/9/2020 |
3.4.5 | 7,727 | 5/7/2020 |
3.4.4 | 2,066 | 4/22/2020 |
3.4.3 | 5,063 | 3/5/2020 |
3.4.2 | 40,252 | 1/21/2020 |
3.4.1 | 4,357 | 12/26/2019 |
3.4.0 | 2,485 | 12/11/2019 |
3.3.1 | 4,894 | 10/30/2019 |
3.3.0 | 2,210 | 10/24/2019 |
3.2.5 | 2,752 | 10/21/2019 |
3.2.4 | 1,702 | 10/13/2019 |
3.2.3 | 2,756 | 9/24/2019 |
3.2.2 | 1,650 | 9/23/2019 |
3.2.1 | 2,460 | 8/26/2019 |
3.2.0 | 1,960 | 8/13/2019 |
3.1.1 | 1,692 | 8/9/2019 |
3.1.1-alpha | 1,488 | 7/16/2019 |
3.1.0 | 2,372 | 7/11/2019 |
3.0.3 | 2,069 | 6/20/2019 |
3.0.2 | 2,297 | 6/12/2019 |
3.0.1 | 1,841 | 6/4/2019 |
3.0.0 | 2,295 | 5/13/2019 |
0.8.1 | 2,994 | 4/16/2019 |
0.8.0 | 1,677 | 4/9/2019 |
0.7.0 | 2,138 | 4/1/2019 |
0.6.0 | 1,733 | 3/25/2019 |
0.5.0 | 2,109 | 2/26/2019 |
0.3.1 | 1,870 | 2/4/2019 |
0.3.0 | 2,082 | 1/21/2019 |
0.2.0 | 2,007 | 1/15/2019 |
0.1.4 | 2,017 | 1/7/2019 |
0.1.3 | 1,995 | 12/12/2018 |
0.1.2 | 1,859 | 12/5/2018 |
0.1.1 | 1,814 | 11/28/2018 |
0.1.0 | 1,993 | 11/14/2018 |
0.0.2 | 3,461 | 10/30/2018 |
0.0.1 | 1,988 | 10/10/2018 |
0.0.1-alpha1 | 2,163 | 6/18/2018 |
0.0.1-alpha | 1,823 | 5/29/2018 |