Audio Capture ActiveX Control

WaveChannels   

 

The channel of wave file.  

AudioCapture1.WaveChannels[=Integer]


Parameter
Integer
the channel of wave file.

1 - Mono
2 - Stereo




Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
AudioCapture1.AudioDevice=0
AudioCapture1.AudioFileName="c:\test.wav"
AudioCapture1.AudioInputPin = 0
AudioCapture1.WaveBitsperSample=2
AudioCapture1.WaveChannels=1
AudioCapture1.WaveSamplePerSec=44100
AudioCapture1.OutputType=AUDIO_WAV
AudioCapture1.Start