ZD 录屏 SDK API – ScnLib_SetZoomSpeed()
ScnLib_SetZoomSpeed() | 标准版 | 专业版 | 超级版 | 至尊版 | |
|---|---|---|---|---|---|
| C++ | 
__declspec(dllimport) void __stdcall ScnLib_SetZoomSpeed(double dSpeed); | 
✔ | ✔ | ✔ | ✔ | 
| C# | 
[DllImport("ScnLib.dll")] public static extern void ScnLib_SetZoomSpeed(double Speed); | ||||
| Basic | 
Public Declare Sub ScnLib_SetZoomSpeed Lib "ScnLib.dll" (ByVal Speed As Double) | ||||
| Delphi | 
procedure ScnLib_SetZoomSpeed(Speed: Double); stdcall; external 'ScnLib.dll'; | ||||
  | |||||
