ZD Screen Recorder SDK API – ScnLib_SelectAudioSourceDevice()
ScnLib_SelectAudioSourceDevice() | Std Edition | Pro Edition | Max Edition | Ultra Edition | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) BOOL __stdcall ScnLib_SelectAudioSourceDevice(BOOL bPlayback, int nIndex); |
✔ | ✔ | ✔ | ✔ |
C# |
[DllImport("ScnLib.dll")] public static extern bool ScnLib_SelectAudioSourceDevice(bool Playback, int Index); | ||||
Basic |
Public Declare Function ScnLib_SelectAudioSourceDevice Lib "ScnLib.dll" (ByVal Playback As Boolean, ByVal Index As Int32) As Boolean | ||||
Delphi |
function ScnLib_SelectAudioSourceDevice(Playback: LongBool; Index: Integer): LongBool; stdcall; external 'ScnLib.dll'; | ||||
|