Viscom Software VideoCap ActiveX Control

TunerInput Property

Description:   

The type of tuner input. Cable or Antenna.

Usage:   

VideoCap1.TunerInput[= value]

Data Type:   

Integer

0 - Cable
1 - Antenna

Example:   

This is Visual Basic example

Private Sub Form_Load()
        VideoCap1.VideoInput = iTvTunerIndex
        VideoCap1.TunerInput=0
        VideoCap1.TunerMode=-1
        VideoCap1.CountryCode = 1
        VideoCap1.VideoStandard = 2
        VideoCap1.Start
        VideoCap1.ScanTVChannels
End Sub