Video Chat ActiveX Control

VideoFormat

 

Change the video resolution e.g  160x120, 320x240 , Max resolution is 1920x1280. if your web cam does not support selected video format, it will cannot preview the video.

VideoChatSender1.VideoFormat[=Integer]


Parameter
Integer
0 - 160x120
1 - 176x144
2 - 320x240
3 - 352x288
4 - 640x480
5 - 1280x720
6 - 1920x1080
7 - 1920x1280

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)