Info
Version: | 3.9.1 |
Author(s): | VideoLAN |
Last Update: | Wednesday, November 13, 2024 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/LibVLCSharp.Avalonia |
Install
Install-Package LibVLCSharp.Avalonia
dotnet add package LibVLCSharp.Avalonia
paket add LibVLCSharp.Avalonia
LibVLCSharp.Avalonia Download (Unzip the "nupkg" after downloading)
Dependencies
- LibVLCSharp(>= 3.4.9)
- Avalonia(>= 0.10.0)
- System.Runtime.InteropServices.RuntimeInformation(>= 4.3.0)
Tags
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.Avalonia contains the integration with Avalonia.
This package contains the views that allows to display a video played with LibVLCSharp
in a Avalonia app.
This package depends on LibVLCSharp as well as Avalonia.
LibVLC needs to be installed separately, see VideoLAN.LibVLC.* packages.