Class: Aws::Types::CaptionDestinationSettings
- Inherits:
-
Object
- Object
- Aws::Types::CaptionDestinationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#burnin_destination_settings ⇒ Types::BurninDestinationSettings
Returns the value of attribute burnin_destination_settings.
-
#destination_type ⇒ "BURN_IN", ...
Returns the value of attribute destination_type.
-
#dvb_sub_destination_settings ⇒ Types::DvbSubDestinationSettings
Returns the value of attribute dvb_sub_destination_settings.
-
#embedded_destination_settings ⇒ Types::EmbeddedDestinationSettings
Returns the value of attribute embedded_destination_settings.
-
#imsc_destination_settings ⇒ Types::ImscDestinationSettings
Returns the value of attribute imsc_destination_settings.
-
#scc_destination_settings ⇒ Types::SccDestinationSettings
Returns the value of attribute scc_destination_settings.
-
#srt_destination_settings ⇒ Types::SrtDestinationSettings
Returns the value of attribute srt_destination_settings.
-
#teletext_destination_settings ⇒ Types::TeletextDestinationSettings
Returns the value of attribute teletext_destination_settings.
-
#ttml_destination_settings ⇒ Types::TtmlDestinationSettings
Returns the value of attribute ttml_destination_settings.
-
#webvtt_destination_settings ⇒ Types::WebvttDestinationSettings
Returns the value of attribute webvtt_destination_settings.
Instance Attribute Details
#burnin_destination_settings ⇒ Types::BurninDestinationSettings
Returns the value of attribute burnin_destination_settings.
334 335 336 |
# File 'sig/types.rbs', line 334 def burnin_destination_settings @burnin_destination_settings end |
#destination_type ⇒ "BURN_IN", ...
Returns the value of attribute destination_type.
335 336 337 |
# File 'sig/types.rbs', line 335 def destination_type @destination_type end |
#dvb_sub_destination_settings ⇒ Types::DvbSubDestinationSettings
Returns the value of attribute dvb_sub_destination_settings.
336 337 338 |
# File 'sig/types.rbs', line 336 def dvb_sub_destination_settings @dvb_sub_destination_settings end |
#embedded_destination_settings ⇒ Types::EmbeddedDestinationSettings
Returns the value of attribute embedded_destination_settings.
337 338 339 |
# File 'sig/types.rbs', line 337 def @embedded_destination_settings end |
#imsc_destination_settings ⇒ Types::ImscDestinationSettings
Returns the value of attribute imsc_destination_settings.
338 339 340 |
# File 'sig/types.rbs', line 338 def imsc_destination_settings @imsc_destination_settings end |
#scc_destination_settings ⇒ Types::SccDestinationSettings
Returns the value of attribute scc_destination_settings.
339 340 341 |
# File 'sig/types.rbs', line 339 def scc_destination_settings @scc_destination_settings end |
#srt_destination_settings ⇒ Types::SrtDestinationSettings
Returns the value of attribute srt_destination_settings.
340 341 342 |
# File 'sig/types.rbs', line 340 def srt_destination_settings @srt_destination_settings end |
#teletext_destination_settings ⇒ Types::TeletextDestinationSettings
Returns the value of attribute teletext_destination_settings.
341 342 343 |
# File 'sig/types.rbs', line 341 def teletext_destination_settings @teletext_destination_settings end |
#ttml_destination_settings ⇒ Types::TtmlDestinationSettings
Returns the value of attribute ttml_destination_settings.
342 343 344 |
# File 'sig/types.rbs', line 342 def ttml_destination_settings @ttml_destination_settings end |
#webvtt_destination_settings ⇒ Types::WebvttDestinationSettings
Returns the value of attribute webvtt_destination_settings.
343 344 345 |
# File 'sig/types.rbs', line 343 def webvtt_destination_settings @webvtt_destination_settings end |