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