Class: Aws::MediaLive::Types::RemixSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::RemixSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Remix Settings
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #channel_mappings  ⇒ Array<Types::AudioChannelMapping> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Mapping of input channels to output channels, with appropriate gain adjustments.
 - 
  
    
      #channels_in  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Number of input channels to be used.
 - 
  
    
      #channels_out  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Number of output channels to be produced.
 
Instance Attribute Details
#channel_mappings ⇒ Array<Types::AudioChannelMapping>
Mapping of input channels to output channels, with appropriate gain adjustments.
      10570 10571 10572 10573 10574 10575 10576  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 10570 class RemixSettings < Struct.new( :channel_mappings, :channels_in, :channels_out) SENSITIVE = [] include Aws::Structure end  | 
  
#channels_in ⇒ Integer
Number of input channels to be used.
      10570 10571 10572 10573 10574 10575 10576  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 10570 class RemixSettings < Struct.new( :channel_mappings, :channels_in, :channels_out) SENSITIVE = [] include Aws::Structure end  | 
  
#channels_out ⇒ Integer
Number of output channels to be produced. Valid values: 1, 2, 4, 6, 8
      10570 10571 10572 10573 10574 10575 10576  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 10570 class RemixSettings < Struct.new( :channel_mappings, :channels_in, :channels_out) SENSITIVE = [] include Aws::Structure end  |