Class: Aws::MediaLive::Types::Output
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::Output
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Output settings. There can be multiple outputs within a group.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #audio_description_names  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The names of the AudioDescriptions used as audio sources for this output.
 - 
  
    
      #caption_description_names  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The names of the CaptionDescriptions used as caption sources for this output.
 - 
  
    
      #output_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name used to identify an output.
 - 
  
    
      #output_settings  ⇒ Types::OutputSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Output type-specific settings.
 - 
  
    
      #video_description_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the VideoDescription used as the source for this output.
 
Instance Attribute Details
#audio_description_names ⇒ Array<String>
The names of the AudioDescriptions used as audio sources for this output.
      10042 10043 10044 10045 10046 10047 10048 10049 10050  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 10042 class Output < Struct.new( :audio_description_names, :caption_description_names, :output_name, :output_settings, :video_description_name) SENSITIVE = [] include Aws::Structure end  | 
  
#caption_description_names ⇒ Array<String>
The names of the CaptionDescriptions used as caption sources for this output.
      10042 10043 10044 10045 10046 10047 10048 10049 10050  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 10042 class Output < Struct.new( :audio_description_names, :caption_description_names, :output_name, :output_settings, :video_description_name) SENSITIVE = [] include Aws::Structure end  | 
  
#output_name ⇒ String
The name used to identify an output.
      10042 10043 10044 10045 10046 10047 10048 10049 10050  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 10042 class Output < Struct.new( :audio_description_names, :caption_description_names, :output_name, :output_settings, :video_description_name) SENSITIVE = [] include Aws::Structure end  | 
  
#output_settings ⇒ Types::OutputSettings
Output type-specific settings.
      10042 10043 10044 10045 10046 10047 10048 10049 10050  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 10042 class Output < Struct.new( :audio_description_names, :caption_description_names, :output_name, :output_settings, :video_description_name) SENSITIVE = [] include Aws::Structure end  | 
  
#video_description_name ⇒ String
The name of the VideoDescription used as the source for this output.
      10042 10043 10044 10045 10046 10047 10048 10049 10050  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 10042 class Output < Struct.new( :audio_description_names, :caption_description_names, :output_name, :output_settings, :video_description_name) SENSITIVE = [] include Aws::Structure end  |