ZD Screen Recorder SDK API – ScnLib_SetVideoPath()
| ScnLib_SetVideoPathA/W() | Std Edition | Pro Edition | Max Edition | Ultra Edition | |
|---|---|---|---|---|---|
| C++ | 
__declspec(dllimport) void __stdcall ScnLib_SetVideoPathA(LPCSTR pcszPath); | ✔ | ✔ | ✔ | ✔ | 
| C# | 
[DllImport("ScnLib.dll", CharSet = CharSet.Unicode)] public static extern void ScnLib_SetVideoPathW(string Path); | ||||
| Basic | 
Public Declare Unicode Sub ScnLib_SetVideoPathW Lib "ScnLib.dll" (ByVal Path As String) | ||||
| Delphi | 
procedure ScnLib_SetVideoPathA(const Path: PAnsiChar); stdcall; external 'ScnLib.dll'; | ||||
| 
 | |||||