SignalStatus
Viscom Software VideoCap ActiveX Control |
TVChannel.SignalStatus Property
Description: |
Return the strength of the signal on a given channel |
Usage: |
TVChannel.SignalStatus |
Data Type: |
long |
Limitations: |
Read Only |
Value: |
-1 Has No Signal Strength |
Example: |
This Visual Basic example add the TV channel have signal into combo box: If myTVChannel.SignalStatus = 1 Then |