LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
VideoSubChannelValue Method
See Also 
Leadtools.Multimedia Namespace > TVTuner Class : VideoSubChannelValue Method



Index
The index of the desired subchannel value.
Index
The index of the desired subchannel value.
Gets the video subchannel value for the given index.

Syntax

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)
C# 
public int VideoSubChannelValue( 
   int Index
)
C++/CLI 
public:
int VideoSubChannelValue( 
   int Index
) 

Parameters

Index
The index of the desired subchannel value.

Return Value

A value representing the video subchannel.

Remarks

Gets the video subchannel value for the given index. This property is valid only for ATSC digital TV broadcasts.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also