AudioVolume
Delphi
property AudioVolume: LongInt read GetAudioVolume write SetAudioVolume;
C++Builder
__property System::LongInt AudioVolume = {read=GetAudioVolume, write=SetAudioVolume, nodefault};
C#
public int AudioVolume { get; set; }
VB.NET
Public Property AudioVolume As Integer
C++/Qt
int GetAudioVolume ();
void SetAudioVolume (int Value);
Used to set/retrieve the audio volume of the current audio capture device when AudioDeviceRendering is enabled. The valid range is from 0 (min level) to 65535 (max level). This is a rendering audio property only, it does not apply to the audio recording.