ZD Screen Recorder SDK API – ScnLib_SetVideoResolution()
ScnLib_SetVideoResolution() | Std Edition | Pro Edition | Max Edition | Ultra Edition | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) void __stdcall ScnLib_SetVideoResolution(int nWidth, int nHeight); |
✔ | ✔ | ✔ | ✔ |
C# |
[DllImport("ScnLib.dll")] public static extern void ScnLib_SetVideoResolution(int Width, int Height); | ||||
Basic |
Public Declare Sub ScnLib_SetVideoResolution Lib "ScnLib.dll" (ByVal Width As Int32, ByVal Height As Int32) | ||||
Delphi |
procedure ScnLib_SetVideoResolution(Width: Integer; Height: Integer); stdcall; external 'ScnLib.dll'; | ||||
|