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