Class: Aws::MediaLive::Types::InputDeviceConfigurableAudioChannelPairConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::InputDeviceConfigurableAudioChannelPairConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
One audio configuration that specifies the format for one audio pair that the device produces as output.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID for one audio pair configuration, a value from 1 to 8.
 - 
  
    
      #profile  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The profile to set for one audio pair configuration.
 
Instance Attribute Details
#id ⇒ Integer
The ID for one audio pair configuration, a value from 1 to 8.
      13599 13600 13601 13602 13603 13604  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 13599 class InputDeviceConfigurableAudioChannelPairConfig < Struct.new( :id, :profile) SENSITIVE = [] include Aws::Structure end  | 
  
#profile ⇒ String
The profile to set for one audio pair configuration. Choose an enumeration value. Each value describes one audio configuration using the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or choose DISABLED, in which case the device won’t produce audio for this pair.
      13599 13600 13601 13602 13603 13604  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 13599 class InputDeviceConfigurableAudioChannelPairConfig < Struct.new( :id, :profile) SENSITIVE = [] include Aws::Structure end  |