ScreenRecorderSDK 2.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package ScreenRecorderSDK --version 2.2.1
                    
NuGet\Install-Package ScreenRecorderSDK -Version 2.2.1
                    
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="ScreenRecorderSDK" Version="2.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ScreenRecorderSDK" Version="2.2.1" />
                    
Directory.Packages.props
<PackageReference Include="ScreenRecorderSDK" />
                    
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 ScreenRecorderSDK --version 2.2.1
                    
#r "nuget: ScreenRecorderSDK, 2.2.1"
                    
#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.
#addin nuget:?package=ScreenRecorderSDK&version=2.2.1
                    
Install ScreenRecorderSDK as a Cake Addin
#tool nuget:?package=ScreenRecorderSDK&version=2.2.1
                    
Install ScreenRecorderSDK as a Cake Tool

Native APIs for recording computer screen and sound into video in real time without system lag. Compatible with C# / C++ / VB.NET. No dependency on any other runtime libraries or packages. SDK manual included.

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has 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
3.1.1 1,966 9/18/2024
3.1.0 184 8/7/2024
3.0.8 193 6/16/2024
3.0.7 176 4/26/2024
3.0.6 230 4/15/2024
3.0.5 301 3/29/2024
3.0.4 276 3/19/2024
3.0.3 233 3/12/2024
3.0.2 247 2/22/2024
3.0.1 264 1/30/2024
3.0.0 346 12/28/2023
2.2.5 311 11/13/2023
2.2.4 217 11/13/2023
2.2.3 268 11/13/2023
2.2.2 243 11/13/2023
2.2.1 188 11/13/2023
2.2.0 22,017 11/22/2022

- Added a crosshair in the center of the capture region frame that can be dragged to move the frame.
- Made the capture region frame adjustable by keyboard.
- Improved the screen capture performance on Windows 8 and later versions of Windows.
- Improved the usability of the file path edit boxes in the SDK settings dialog box.
- Improved the audio/video synchronization performance on overloaded systems.
- Fixed a bug that may cause the recorded video blurred.
- Fixed a bug that may throw an exception if ScnLib_Initialize()/ScnLib_Uninitialize() are called multiple times.