GstSharpBundle.Windows.X64 1.24.3-preview6

This is a prerelease version of GstSharpBundle.Windows.X64.
dotnet add package GstSharpBundle.Windows.X64 --version 1.24.3-preview6
                    
NuGet\Install-Package GstSharpBundle.Windows.X64 -Version 1.24.3-preview6
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GstSharpBundle.Windows.X64" Version="1.24.3-preview6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GstSharpBundle.Windows.X64" Version="1.24.3-preview6" />
                    
Directory.Packages.props
<PackageReference Include="GstSharpBundle.Windows.X64" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GstSharpBundle.Windows.X64 --version 1.24.3-preview6
                    
#r "nuget: GstSharpBundle.Windows.X64, 1.24.3-preview6"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package GstSharpBundle.Windows.X64@1.24.3-preview6
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GstSharpBundle.Windows.X64&version=1.24.3-preview6&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=GstSharpBundle.Windows.X64&version=1.24.3-preview6&prerelease
                    
Install as a Cake Tool

GStreamer C# Bundle

Nuget Nuget

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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