Viscom Software VideoCap ActiveX Control

TVMute Property

Description:   

Turn the TV Audio stream output on or off.

Usage:   

VideoCap1.TVMute[= value]

Data Type:   

Bool

Example:   

This Visual Basic example set the TV Audio stream output on:

Private Sub Form_Load()
        VideoCap1.TVMute=True
        VideoCap1.Start
         VideoCap1.ScanTVChannels
         VideoCap1.CountryCode=1

End Sub


Value:   

 True or False