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