Video Chat ActiveX Control

AudioDevice  

 

Set/Get the selected audio device. The first index is zero.

VideoChatSender1.AudioDevice[=Integer]


Parameter
String
the index of selected audio device.

Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
VideochatSender1.VideoDevice = 0
VideochatSender1.AudioDevice = 0
VideochatSender1.VideoFormat =0
VideochatSender1.FrameRate = 15
VideochatSender1.VideoBitrate = 50000
VideochatSender1.AudioComplexity = 0
VideochatSender1.AudioQuality = 0
VideochatSender1.SendVideoStream = True
VideochatSender1.SendAudioStream = True
iresult = VideochatSender1.Connect("192.168.1.12", 7000)