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.
10111 10112 10113 10114 10115 10116 10117 10118 10119 |
# File 'lib/aws-sdk-medialive/types.rb', line 10111 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.
10111 10112 10113 10114 10115 10116 10117 10118 10119 |
# File 'lib/aws-sdk-medialive/types.rb', line 10111 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.
10111 10112 10113 10114 10115 10116 10117 10118 10119 |
# File 'lib/aws-sdk-medialive/types.rb', line 10111 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.
10111 10112 10113 10114 10115 10116 10117 10118 10119 |
# File 'lib/aws-sdk-medialive/types.rb', line 10111 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.
10111 10112 10113 10114 10115 10116 10117 10118 10119 |
# File 'lib/aws-sdk-medialive/types.rb', line 10111 class Output < Struct.new( :audio_description_names, :caption_description_names, :output_name, :output_settings, :video_description_name) SENSITIVE = [] include Aws::Structure end |