Viscom Software VideoCap ActiveX Control

CaptureFileName Property

Description:   

Returns or sets the capture file name when capturing
 

Usage:   

VideoCap1.CaptureFileName[= value]

Data Type:   

String

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:   

"c:\test.avi"