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.
10274 10275 10276 10277 10278 10279 10280 10281 10282 |
# File 'lib/aws-sdk-medialive/types.rb', line 10274 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.
10274 10275 10276 10277 10278 10279 10280 10281 10282 |
# File 'lib/aws-sdk-medialive/types.rb', line 10274 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.
10274 10275 10276 10277 10278 10279 10280 10281 10282 |
# File 'lib/aws-sdk-medialive/types.rb', line 10274 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.
10274 10275 10276 10277 10278 10279 10280 10281 10282 |
# File 'lib/aws-sdk-medialive/types.rb', line 10274 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.
10274 10275 10276 10277 10278 10279 10280 10281 10282 |
# File 'lib/aws-sdk-medialive/types.rb', line 10274 class Output < Struct.new( :audio_description_names, :caption_description_names, :output_name, :output_settings, :video_description_name) SENSITIVE = [] include Aws::Structure end |