LuPingSDK 2.2.1

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

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

原生应用程序编程接口(API)用于将计算机屏幕和声音实时录制成视频,而不会使系统卡顿。 兼容 C# / C++ / VB.NET。 不依赖于任何其他运行时库或开发包。 内含 SDK 手册。

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 126 4/26/2024
3.0.6 147 4/15/2024
3.0.5 178 3/29/2024
3.0.4 195 3/19/2024
3.0.3 173 3/12/2024
3.0.2 149 2/22/2024
3.0.1 129 1/30/2024
3.0.0 250 12/28/2023
2.2.5 238 11/13/2023
2.2.4 161 11/13/2023
2.2.3 92 11/13/2023
2.2.2 113 11/13/2023
2.2.1 110 11/13/2023
2.2.0 232 11/22/2022

- 在捕获区域框的中心添加了一个十字准线,可以拖动以移动选框。
- 使捕获区域选框可通过键盘调整。
- 改进了在 Windows 8 及更高版本系统上的屏幕捕获性能。
- 改进了SDK设置对话框中文件路径编辑框的易用性。
- 改进了在过载系统上的音频/视频同步性能。
- 修复了可能导致录制的视频模糊的bug。
- 修复了多次调用ScnLib_Initialize()/ScnLib_Uninitialize()可能抛出异常的bug。