ZD 录屏 SDK API – ScnLib_SetWebcamResolution()
ScnLib_SetWebcamResolution() | 标准版 | 专业版 | 超级版 | 至尊版 | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) void __stdcall ScnLib_SetWebcamResolution(int nWidth, int nHeight); |
✘ | ✔ | ✔ | ✔ |
C# |
[DllImport("ScnLib.dll")] public static extern void ScnLib_SetWebcamResolution(int Width, int Height); | ||||
Basic |
Public Declare Sub ScnLib_SetWebcamResolution Lib "ScnLib.dll" (ByVal Width As Int32, ByVal Height As Int32) | ||||
Delphi |
procedure ScnLib_SetWebcamResolution(Width: Integer; Height: Integer); stdcall; external 'ScnLib.dll'; | ||||
|