Video Chat ActiveX Control

VideoDevice  

 

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

VideoChatSender1.VideoDevice[=Integer]


Parameter
String
the index of selected video 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 = videochat1VideochatSender1.Connect("192.168.1.12", 7000)