Viscom Software VideoCap ActiveX Control

PreviewCaptureAudio Property

Description:   

Enables/disables capture the audio when preview. If you set this property to True, you will listen to the audio from speaker when preview.
 

Usage:   

VideoCap1.PreviewCaptureAudio[= value]

Data Type:   

Boolean

Example:   

This Visual Basic example preview the video with sound:

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


Value:   

True or False