AudioInputLevel
Delphi
property AudioInputLevel: LongInt read GetAudioInputLevel write SetAudioInputLevel;
C++Builder
__property System::LongInt AudioInputLevel = {read=GetAudioInputLevel, write=SetAudioInputLevel, nodefault};
C#
public int AudioInputLevel { get; set; }
VB.NET
Public Property AudioInputLevel As Integer
C++/Qt
int GetAudioInputLevel ();
void SetAudioInputLevel (int Value);
Sets or retrieves the audio input level of the current audio capture device .
The valid range is from 0 to 65535.
0 indicates that the recording level is off; the value 65535 indicates that the recording level is at full volume.