Video Chat ActiveX Control

ReceiverVideoNoVideoImage

 

Set the no Video Image. When the control have not received video stream, the receiver video window will display image.

Public Function ReceiverVideoNoVideoImage( _
  ByVal strBmpFile As String
)

 

Parameter
strBmpFile
the path of BMP file. Supported BMP file only.

No Return Value

Example

   

Visual Basic Syntax
VideoChatReceiver2.ReceiverVideoNoImage "c:\test\novideo.bmp"
VideoChatReceiver2.ReceiveVideoStream = true
VideoChatReceiver2.ReceiveAudioStream = true
bresult = VideoChatReceiver2.Listen("192.168.1.21", 7000)