Viscom Software VideoCap ActiveX Control

CaptureAudio Property

Description:   

Enables/disables capture audio when preview mode or capture mode.
 

Usage:   

VideoCap1.CaptureAudio[= value]

Data Type:   

Boolean

Example:   

This Visual Basic example capture the video without sound:

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


Value:   

True or False