ZD 录屏 SDK API – ScnLib_ConfigureAudioSourceDevices()
ScnLib_ConfigureAudioSourceDevices() | 标准版 | 专业版 | 超级版 | 至尊版 | |
---|---|---|---|---|---|
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'; | ||||
|