Class: Aws::MediaLive::Types::MultiplexVideoSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::MultiplexVideoSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
The video configuration for each program in a multiplex.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #constant_bitrate  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The constant bitrate configuration for the video encode.
 - 
  
    
      #statmux_settings  ⇒ Types::MultiplexStatmuxVideoSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Statmux rate control settings.
 
Instance Attribute Details
#constant_bitrate ⇒ Integer
The constant bitrate configuration for the video encode. When this field is defined, StatmuxSettings must be undefined.
      9803 9804 9805 9806 9807 9808  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 9803 class MultiplexVideoSettings < Struct.new( :constant_bitrate, :statmux_settings) SENSITIVE = [] include Aws::Structure end  | 
  
#statmux_settings ⇒ Types::MultiplexStatmuxVideoSettings
Statmux rate control settings. When this field is defined, ConstantBitrate must be undefined.
      9803 9804 9805 9806 9807 9808  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 9803 class MultiplexVideoSettings < Struct.new( :constant_bitrate, :statmux_settings) SENSITIVE = [] include Aws::Structure end  |