Audio Capture SDK ActiveX Control ReferenceProperties RecordLevel Audio Capture ActiveX Control RecordLevel Set/Get the recording volume. AudioCapture1.RecordLevel[=double] ParameterdoubleZero indicates that the recording level is off; the value 1.0 indicates that the recording level is at full volume. RemarkThis property is Read/Write. Example Visual Basic SyntaxAudioCapture1.AudioDevice=0AudioCapture1.AudioFileName="c:\test.mp3"AudioCapture1.AudioInputPin = 0AudioCapture1.MP3AudioBitrate=128AudioCapture1.RecordLevel=1AudioCapture1.OutputType=AUDIO_MP3AudioCapture1.Start