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.
| |