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



Index
The audio sub-channel index
Index
The audio sub-channel index
Gets the audio sub-channel count for a multifunction tuner.

Syntax

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

Parameters

Index
The audio sub-channel index

Return Value

A value representing the audio subchannel count.

Remarks

Gets the current mode of a multifunction tuner. 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