Class: Aws::Types::CaptionSourceSettings
- Inherits:
-
Object
- Object
- Aws::Types::CaptionSourceSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ancillary_source_settings ⇒ Types::AncillarySourceSettings
Returns the value of attribute ancillary_source_settings.
-
#dvb_sub_source_settings ⇒ Types::DvbSubSourceSettings
Returns the value of attribute dvb_sub_source_settings.
-
#embedded_source_settings ⇒ Types::EmbeddedSourceSettings
Returns the value of attribute embedded_source_settings.
-
#file_source_settings ⇒ Types::FileSourceSettings
Returns the value of attribute file_source_settings.
-
#source_type ⇒ "ANCILLARY", ...
Returns the value of attribute source_type.
-
#teletext_source_settings ⇒ Types::TeletextSourceSettings
Returns the value of attribute teletext_source_settings.
-
#track_source_settings ⇒ Types::TrackSourceSettings
Returns the value of attribute track_source_settings.
-
#webvtt_hls_source_settings ⇒ Types::WebvttHlsSourceSettings
Returns the value of attribute webvtt_hls_source_settings.
Instance Attribute Details
#ancillary_source_settings ⇒ Types::AncillarySourceSettings
Returns the value of attribute ancillary_source_settings.
353 354 355 |
# File 'sig/types.rbs', line 353 def ancillary_source_settings @ancillary_source_settings end |
#dvb_sub_source_settings ⇒ Types::DvbSubSourceSettings
Returns the value of attribute dvb_sub_source_settings.
354 355 356 |
# File 'sig/types.rbs', line 354 def dvb_sub_source_settings @dvb_sub_source_settings end |
#embedded_source_settings ⇒ Types::EmbeddedSourceSettings
Returns the value of attribute embedded_source_settings.
355 356 357 |
# File 'sig/types.rbs', line 355 def @embedded_source_settings end |
#file_source_settings ⇒ Types::FileSourceSettings
Returns the value of attribute file_source_settings.
356 357 358 |
# File 'sig/types.rbs', line 356 def file_source_settings @file_source_settings end |
#source_type ⇒ "ANCILLARY", ...
Returns the value of attribute source_type.
357 358 359 |
# File 'sig/types.rbs', line 357 def source_type @source_type end |
#teletext_source_settings ⇒ Types::TeletextSourceSettings
Returns the value of attribute teletext_source_settings.
358 359 360 |
# File 'sig/types.rbs', line 358 def teletext_source_settings @teletext_source_settings end |
#track_source_settings ⇒ Types::TrackSourceSettings
Returns the value of attribute track_source_settings.
359 360 361 |
# File 'sig/types.rbs', line 359 def track_source_settings @track_source_settings end |
#webvtt_hls_source_settings ⇒ Types::WebvttHlsSourceSettings
Returns the value of attribute webvtt_hls_source_settings.
360 361 362 |
# File 'sig/types.rbs', line 360 def webvtt_hls_source_settings @webvtt_hls_source_settings end |