Info
Version: | 3.9.0 |
Author(s): | VideoLAN |
Last Update: | Tuesday, August 13, 2024 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/LibVLCSharp.GTK |
Install
Install-Package LibVLCSharp.GTK
dotnet add package LibVLCSharp.GTK
paket add LibVLCSharp.GTK
LibVLCSharp.GTK Download (Unzip the "nupkg" after downloading)
Dependencies
- LibVLCSharp(>= 3.4.9)
- 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.GTK contains the integration with GTK# (mono/gtk-sharp).
This package contains the views that allows to display a video played with LibVLCSharp
in a GTK# app.
This package depends on LibVLCSharp.
If you need Xamarin.Forms support for your GTK app, see LibVLCSharp.Forms.Platforms.GTK (which depends on this package).
LibVLC needs to be installed separately, see VideoLAN.LibVLC.* packages.