ZD Screen Recorder SDK API – ScnLib_SetVideoKeyFrameInterval()
ScnLib_SetVideoKeyFrameInterval() | Std Edition | Pro Edition | Max Edition | Ultra Edition | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) void __stdcall ScnLib_SetVideoKeyFrameInterval(double dSeconds); |
✔ | ✔ | ✔ | ✔ |
C# |
[DllImport("ScnLib.dll")] public static extern void ScnLib_SetVideoKeyFrameInterval(double Seconds); | ||||
Basic |
Public Declare Sub ScnLib_SetVideoKeyFrameInterval Lib "ScnLib.dll" (ByVal Seconds As Double) | ||||
Delphi |
procedure ScnLib_SetVideoKeyFrameInterval(Seconds: Double); stdcall; external 'ScnLib.dll'; | ||||
|