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.
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.
// Install ScreenRecorderSDK as a Cake Addin
#addin nuget:?package=ScreenRecorderSDK&version=2.2.1

// Install ScreenRecorderSDK as a Cake Tool
#tool nuget:?package=ScreenRecorderSDK&version=2.2.1

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.0.7 80 4/26/2024
3.0.6 144 4/15/2024
3.0.5 209 3/29/2024
3.0.4 182 3/19/2024
3.0.3 143 3/12/2024
3.0.2 150 2/22/2024
3.0.1 153 1/30/2024
3.0.0 238 12/28/2023
2.2.5 243 11/13/2023
2.2.4 145 11/13/2023
2.2.3 205 11/13/2023
2.2.2 174 11/13/2023
2.2.1 117 11/13/2023
2.2.0 402 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.