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.
361 362 363 |
# File 'sig/types.rbs', line 361 def ancillary_source_settings @ancillary_source_settings end |
#dvb_sub_source_settings ⇒ Types::DvbSubSourceSettings
Returns the value of attribute dvb_sub_source_settings.
362 363 364 |
# File 'sig/types.rbs', line 362 def dvb_sub_source_settings @dvb_sub_source_settings end |
#embedded_source_settings ⇒ Types::EmbeddedSourceSettings
Returns the value of attribute embedded_source_settings.
363 364 365 |
# File 'sig/types.rbs', line 363 def @embedded_source_settings end |
#file_source_settings ⇒ Types::FileSourceSettings
Returns the value of attribute file_source_settings.
364 365 366 |
# File 'sig/types.rbs', line 364 def file_source_settings @file_source_settings end |
#source_type ⇒ "ANCILLARY", ...
Returns the value of attribute source_type.
365 366 367 |
# File 'sig/types.rbs', line 365 def source_type @source_type end |
#teletext_source_settings ⇒ Types::TeletextSourceSettings
Returns the value of attribute teletext_source_settings.
366 367 368 |
# File 'sig/types.rbs', line 366 def teletext_source_settings @teletext_source_settings end |
#track_source_settings ⇒ Types::TrackSourceSettings
Returns the value of attribute track_source_settings.
367 368 369 |
# File 'sig/types.rbs', line 367 def track_source_settings @track_source_settings end |
#webvtt_hls_source_settings ⇒ Types::WebvttHlsSourceSettings
Returns the value of attribute webvtt_hls_source_settings.
368 369 370 |
# File 'sig/types.rbs', line 368 def webvtt_hls_source_settings @webvtt_hls_source_settings end |