|
Enable/Disable whether capture the video to MP4 or WMV. If set this property to true, each received video window will save to MP4 or WMV file.
VideoChatReceiver1.CaptureMode [=bool]
|
Parameter bool true - enable capture video false - disable capture video
Remark This property is Read/Write.
Example
|
Visual Basic Syntax videochatReceiver2.CaptureMode = True videochatReceiver2.CaptureFileType = True videochatReceiver2.CaptureOutputFolder = "c:\temp" videochatReceiver2.ReceiveVideoStream = True videochatReceiver2.ReceiveAudioStream = True videochatReceiver2.ConferenceNumber=5000 videochatReceiver2.ConferenceUserID=10000 videochatReceiver2.EchoCanceler=true bResult = videochatReceiver2.Listen("192.168.1.12",1234)
|
|
|