ScreenRecorderSDK 2.2.1
See the version list below for details.
dotnet add package ScreenRecorderSDK --version 2.2.1
NuGet\Install-Package ScreenRecorderSDK -Version 2.2.1
<PackageReference Include="ScreenRecorderSDK" Version="2.2.1" />
paket add ScreenRecorderSDK --version 2.2.1
#r "nuget: ScreenRecorderSDK, 2.2.1"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
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 | 164 | 9/18/2024 |
3.1.0 | 147 | 8/7/2024 |
3.0.8 | 152 | 6/16/2024 |
3.0.7 | 147 | 4/26/2024 |
3.0.6 | 195 | 4/15/2024 |
3.0.5 | 270 | 3/29/2024 |
3.0.4 | 247 | 3/19/2024 |
3.0.3 | 202 | 3/12/2024 |
3.0.2 | 213 | 2/22/2024 |
3.0.1 | 229 | 1/30/2024 |
3.0.0 | 308 | 12/28/2023 |
2.2.5 | 294 | 11/13/2023 |
2.2.4 | 201 | 11/13/2023 |
2.2.3 | 252 | 11/13/2023 |
2.2.2 | 228 | 11/13/2023 |
2.2.1 | 173 | 11/13/2023 |
2.2.0 | 6,973 | 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.