Video Chat ActiveX Control

VideoBitrate    

 

Set/Get the video bitrate. Increase the video bitrate , it will effect the video quality. If you selected high resolution of video format, you need increase the video bitrate too.

VideoChatSender1.VideoBitrate[=Long]


Parameter
Long
the bitrate of video( bits per second)

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)