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