ZD 录屏 SDK API – ScnLib_SetAudioSourceVolume()
ScnLib_SetAudioSourceVolume() | 标准版 | 专业版 | 超级版 | 至尊版 | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) void __stdcall ScnLib_SetAudioSourceVolume(BOOL bPlayback, int nVolume); |
✔ | ✔ | ✔ | ✔ |
C# |
[DllImport("ScnLib.dll")] public static extern void ScnLib_SetAudioSourceVolume(bool Playback, int Volume); | ||||
Basic |
Public Declare Sub ScnLib_SetAudioSourceVolume Lib "ScnLib.dll" (ByVal Playback As Boolean, ByVal Volume As Int32) | ||||
Delphi |
procedure ScnLib_SetAudioSourceVolume(Playback: LongBool; Volume: Integer); stdcall; external 'ScnLib.dll'; | ||||
|