Skip to content
| Marketplace
Sign in
Visual Studio>Controls>Screen Recorder SDK
Screen Recorder SDK

Screen Recorder SDK

ZD Soft

|
2,363 installs
| (0) | Free Trial
High performance full-featured screen recorder SDK / API for C# / VC / VB.NET
Download

Add professional screen recording features to your own project in minutes

 

You can get this SDK to work simply with 6 lines of code below:

 

For C#

ZDSoft.SDK.ScnLib_Initialize();
ZDSoft.SDK.ScnLib_SetCaptureRegion(0, 0, 1280, 720);
ZDSoft.SDK.ScnLib_SetVideoPathW("C:\\Hello\\World.mp4");
ZDSoft.SDK.ScnLib_StartRecording();
......
ZDSoft.SDK.ScnLib_StopRecording();
ZDSoft.SDK.ScnLib_Uninitialize();

Getting started quickly with the SDK in C#...

 

For VB.NET

ZDSoft.SDK.ScnLib_Initialize()
ZDSoft.SDK.ScnLib_SetCaptureRegion(0, 0, 1280, 720)
ZDSoft.SDK.ScnLib_SetVideoPathW("C:\Hello\World.mp4")
ZDSoft.SDK.ScnLib_StartRecording()
......
ZDSoft.SDK.ScnLib_StopRecording()
ZDSoft.SDK.ScnLib_Uninitialize()

Getting started quickly with the SDK in VB.NET...

 

For Visual C++

ScnLib_Initialize();
ScnLib_SetCaptureRegion(0, 0, 1280, 720);
ScnLib_SetVideoPathW(L"C:\\Hello\\World.mp4");
ScnLib_StartRecording();
......
ScnLib_StopRecording();
ScnLib_Uninitialize();

Getting started quickly with the SDK in Visual C++...


Please visit http://www.zdsoft.com/screen-recorder-sdk/ for the complete features list and more details.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft