Class: Aws::MediaLive::Types::InputChannelLevel
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::InputChannelLevel
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Input Channel Level
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #gain  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Remixing value.
 - 
  
    
      #input_channel  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The index of the input channel used as a source.
 
Instance Attribute Details
#gain ⇒ Integer
Remixing value. Units are in dB and acceptable values are within the range from -60 (mute) and 6 dB.
      6589 6590 6591 6592 6593 6594  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 6589 class InputChannelLevel < Struct.new( :gain, :input_channel) SENSITIVE = [] include Aws::Structure end  | 
  
#input_channel ⇒ Integer
The index of the input channel used as a source.
      6589 6590 6591 6592 6593 6594  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 6589 class InputChannelLevel < Struct.new( :gain, :input_channel) SENSITIVE = [] include Aws::Structure end  |