- Index
- The audio sub-channel index
| Visual Basic (Declaration) | |
|---|---|
Public Function AudioSubChannelValue( _ 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.AudioSubChannelValue(Index) | |
Parameters
- Index
- The audio sub-channel index
Return Value
A value representing the audio subchannel count.Gets the current mode of a multifunction tuner. 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