GstSharpBundle.Windows.X64
1.24.3-preview6
dotnet add package GstSharpBundle.Windows.X64 --version 1.24.3-preview6
NuGet\Install-Package GstSharpBundle.Windows.X64 -Version 1.24.3-preview6
<PackageReference Include="GstSharpBundle.Windows.X64" Version="1.24.3-preview6" />
<PackageVersion Include="GstSharpBundle.Windows.X64" Version="1.24.3-preview6" />
<PackageReference Include="GstSharpBundle.Windows.X64" />
paket add GstSharpBundle.Windows.X64 --version 1.24.3-preview6
#r "nuget: GstSharpBundle.Windows.X64, 1.24.3-preview6"
#:package GstSharpBundle.Windows.X64@1.24.3-preview6
#addin nuget:?package=GstSharpBundle.Windows.X64&version=1.24.3-preview6&prerelease
#tool nuget:?package=GstSharpBundle.Windows.X64&version=1.24.3-preview6&prerelease
GStreamer C# Bundle
Cross platform GStreamer C# bindings library with all required binaries included.
About
Original GStreamer C# bindings are available at GstSharp. This project is a variant of the original library with the following changes:
- .NET 8 and later is supported.
- NativeAOT and trimming are supported.
- All required binaries are included in the packages.
- No need to install GStreamer on the development or target environment.
Installation and Usage
Step 1: Add the GStreamer C# Bundle NuGet package to your project:
Install-Package GstSharpBundle -Version VERSION_HERE
Step 2: Add runtime packages for your target platform. For example:
Install-Package GstSharpBundle.Windows.X64 -Version VERSION_HERE
(You can add more than one runtime package if you are targeting multiple platforms.)
Step 3: Call the initialization code in your main method:
GStreamerBundle.Initialize();
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
1.24.3-preview6 | 689 | 2/4/2025 |