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.
<PackageVersion Include="LuPingSDK" Version="2.2.1" />
                    
Directory.Packages.props
<PackageReference Include="LuPingSDK" />
                    
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 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.
#:package LuPingSDK@2.2.1
                    
#: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=LuPingSDK&version=2.2.1
                    
Install as a Cake Addin
#tool nuget:?package=LuPingSDK&version=2.2.1
                    
Install as a Cake Tool

原生应用程序编程接口(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.1.5 5,703 11/8/2025
3.1.4 5,860 9/19/2025
3.1.3 5,875 9/16/2025
3.1.2 5,769 8/12/2025
3.1.1 5,818 10/5/2024
3.1.0 5,800 8/7/2024
3.0.8 5,816 6/16/2024
3.0.7 5,786 4/26/2024
3.0.6 5,872 4/15/2024
3.0.5 5,861 3/29/2024
3.0.4 5,896 3/19/2024
3.0.3 5,878 3/12/2024
3.0.2 5,869 2/22/2024
3.0.1 5,854 1/30/2024
3.0.0 5,971 12/28/2023
2.2.5 5,885 11/13/2023
2.2.4 5,807 11/13/2023
2.2.3 5,730 11/13/2023
2.2.2 5,774 11/13/2023
2.2.1 5,757 11/13/2023
Loading failed

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