- Index
- The index of the desired subchannel value.
| Visual Basic (Declaration) | |
|---|---|
Public Function VideoSubChannelValue( _ ByVal Index As Integer _ ) As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TVTuner Dim Index As Integer Dim value As Integer value = instance.VideoSubChannelValue(Index) | |
Parameters
- Index
- The index of the desired subchannel value.
Return Value
A value representing the video subchannel.Gets the video subchannel value for the given index. This property is valid only for ATSC digital TV broadcasts.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code