ZD Screen Recorder SDK API – ScnLib_GetStreamingUrl()
ScnLib_GetStreamingUrlA/W() | Std Edition | Pro Edition | Max Edition | Ultra Edition | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) void __stdcall ScnLib_GetStreamingUrlA(LPSTR pszURL, LPSTR pszKey); |
✘ | ✔ | ✔ | ✔ |
C# |
[DllImport("ScnLib.dll", CharSet = CharSet.Unicode)] public static extern void ScnLib_GetStreamingUrlW(StringBuilder URL, StringBuilder Key); | ||||
Basic |
Public Declare Unicode Sub ScnLib_GetStreamingUrlW Lib "ScnLib.dll" (ByVal URL As StringBuilder, ByVal Key As StringBuilder) | ||||
Delphi |
procedure ScnLib_GetStreamingUrlA(URL: PAnsiChar; Key: PAnsiChar); stdcall; external 'ScnLib.dll'; | ||||
|