Class: Aws::Types::EncoderSettings
- Inherits:
-
Object
- Object
- Aws::Types::EncoderSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_descriptions ⇒ ::Array[Types::AudioDescription]
Returns the value of attribute audio_descriptions.
-
#avail_blanking ⇒ Types::AvailBlanking
Returns the value of attribute avail_blanking.
-
#avail_configuration ⇒ Types::AvailConfiguration
Returns the value of attribute avail_configuration.
-
#blackout_slate ⇒ Types::BlackoutSlate
Returns the value of attribute blackout_slate.
-
#caption_descriptions ⇒ ::Array[Types::CaptionDescription]
Returns the value of attribute caption_descriptions.
-
#color_correction_settings ⇒ Types::ColorCorrectionSettings
Returns the value of attribute color_correction_settings.
-
#feature_activations ⇒ Types::FeatureActivations
Returns the value of attribute feature_activations.
-
#global_configuration ⇒ Types::GlobalConfiguration
Returns the value of attribute global_configuration.
-
#motion_graphics_configuration ⇒ Types::MotionGraphicsConfiguration
Returns the value of attribute motion_graphics_configuration.
-
#nielsen_configuration ⇒ Types::NielsenConfiguration
Returns the value of attribute nielsen_configuration.
-
#output_groups ⇒ ::Array[Types::OutputGroup]
Returns the value of attribute output_groups.
-
#thumbnail_configuration ⇒ Types::ThumbnailConfiguration
Returns the value of attribute thumbnail_configuration.
-
#timecode_config ⇒ Types::TimecodeConfig
Returns the value of attribute timecode_config.
-
#video_descriptions ⇒ ::Array[Types::VideoDescription]
Returns the value of attribute video_descriptions.
Instance Attribute Details
#audio_descriptions ⇒ ::Array[Types::AudioDescription]
Returns the value of attribute audio_descriptions.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def audio_descriptions @audio_descriptions end |
#avail_blanking ⇒ Types::AvailBlanking
Returns the value of attribute avail_blanking.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def avail_blanking @avail_blanking end |
#avail_configuration ⇒ Types::AvailConfiguration
Returns the value of attribute avail_configuration.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def avail_configuration @avail_configuration end |
#blackout_slate ⇒ Types::BlackoutSlate
Returns the value of attribute blackout_slate.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def blackout_slate @blackout_slate end |
#caption_descriptions ⇒ ::Array[Types::CaptionDescription]
Returns the value of attribute caption_descriptions.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def caption_descriptions @caption_descriptions end |
#color_correction_settings ⇒ Types::ColorCorrectionSettings
Returns the value of attribute color_correction_settings.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def color_correction_settings @color_correction_settings end |
#feature_activations ⇒ Types::FeatureActivations
Returns the value of attribute feature_activations.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def feature_activations @feature_activations end |
#global_configuration ⇒ Types::GlobalConfiguration
Returns the value of attribute global_configuration.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def global_configuration @global_configuration end |
#motion_graphics_configuration ⇒ Types::MotionGraphicsConfiguration
Returns the value of attribute motion_graphics_configuration.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def motion_graphics_configuration @motion_graphics_configuration end |
#nielsen_configuration ⇒ Types::NielsenConfiguration
Returns the value of attribute nielsen_configuration.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def nielsen_configuration @nielsen_configuration end |
#output_groups ⇒ ::Array[Types::OutputGroup]
Returns the value of attribute output_groups.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def output_groups @output_groups end |
#thumbnail_configuration ⇒ Types::ThumbnailConfiguration
Returns the value of attribute thumbnail_configuration.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def thumbnail_configuration @thumbnail_configuration end |
#timecode_config ⇒ Types::TimecodeConfig
Returns the value of attribute timecode_config.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def timecode_config @timecode_config end |
#video_descriptions ⇒ ::Array[Types::VideoDescription]
Returns the value of attribute video_descriptions.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def video_descriptions @video_descriptions end |