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