Audio Capture ActiveX Control

PlaybackDevice

 

Set/Get the specific playback device when CapturePlaybackDevice=true. e.g. If you plugged USB headset, you will have more than one speaker device (playback device) on windows. (Support on Windows 7, vista, Windows 8, Windows 10 only)
 

AudioCapture1.PlaybackDevice[=Integer]


Parameter
integer
first index is 0.

Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
AudioCapture1.CapturePlaybackDevice=true
AudioCapture1.PlaybackDevice=0
AudioCapture1.AudioFileName="c:\test.mp3"
AudioCapture1.AudioInputPin = 0
AudioCapture1.MP3AudioBitrate=128
AudioCapture1.OutputType=AUDIO_MP3
AudioCapture1.Start