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