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