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