ZD 录屏 SDK API – ScnLib_SetVideoResolution()
ScnLib_SetVideoResolution() | 标准版 | 专业版 | 超级版 | 至尊版 | |
|---|---|---|---|---|---|
| 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'; | ||||
  | |||||
