TVChannel
Viscom Software VideoCap ActiveX Control |
TVChannel Object
A TVChannel object contain the information about a TVChannel if the TV Tunner card device present.The TVChannel can be obtained out of the TVChannels collection.
Example:
This VB example illustrates how to obtain the first TVChannel.
Dim myChannel As TVChannel
Set myChannel = VideoCap1.TVChannels.Item(1)