Viscom Software VideoCap ActiveX Control

CaptureVideo Property

Description:   

Enables/disables capture video when capturing.
 

Usage:   

VideoCap1.CaptureVideo[= value]

Data Type:   

BOOL

Example:   

This Visual Basic example capture the video without sound:

Private Sub Form_Load()
       VideoCap1.CaptureVideo=TRUE
        VideoCap1.CaptureAudio=FALSE
        VideoCap1.CaptureFileName="c:\test.avi"
        VideoCap1.CaptureMode=TRUE
        VideoCap1.Start
End Sub


Value:   

True or False