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