Gets the audio sub-channel count for a multifunction tuner.
            
            
            
            
            
            
            
            'Declaration
 
Public Function AudioSubChannelValue( _
   ByVal  As Integer _
) As Integer
             
        
            
            'Usage
 
Dim instance As TVTuner
Dim Index As Integer
Dim value As Integer
 
value = instance.AudioSubChannelValue(Index)
             
        
            
            public int AudioSubChannelValue( 
   int 
)
             
        
            
            public:
int AudioSubChannelValue( 
   int 
) 
             
        
             
        
            Parameters
- Index
 
- The audio sub-channel index
 
            
            Return Value
A value representing the audio subchannel count.