Viscom Software VideoCap ActiveX Control

CaptureMode Property

Description:   

Enables/disables the capture when call Start Method
 

Usage:   

VideoCap1.CaptureMode[= value]

Data Type:   

BOOL

Example:   

This Visual Basic example capture the video without sound:

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


Value:   

True or False