ZD Screen Recorder SDK API – ScnLib_GetGameFrameRate()
ScnLib_GetGameFrameRate() | Std Edition | Pro Edition | Max Edition | Ultra Edition | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) int __stdcall ScnLib_GetGameFrameRate(void); |
✘ | ✘ | ✘ | ✔ |
C# |
[DllImport("ScnLib.dll")] public static extern int ScnLib_GetGameFrameRate(); | ||||
Basic |
Public Declare Function ScnLib_GetGameFrameRate Lib "ScnLib.dll" () As Int32 | ||||
Delphi |
function ScnLib_GetGameFrameRate(): Integer; stdcall; external 'ScnLib.dll'; | ||||
|