Class: Aws::Types::CaptionSourceSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ancillary_source_settingsTypes::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_settingsTypes::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_settingsTypes::EmbeddedSourceSettings

Returns the value of attribute embedded_source_settings.



355
356
357
# File 'sig/types.rbs', line 355

def embedded_source_settings
  @embedded_source_settings
end

#file_source_settingsTypes::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.

Returns:

  • ("ANCILLARY", "DVB_SUB", "EMBEDDED", "SCTE20", "SCC", "TTML", "STL", "SRT", "SMI", "SMPTE_TT", "TELETEXT", "NULL_SOURCE", "IMSC", "WEBVTT", "TT_3GPP")


357
358
359
# File 'sig/types.rbs', line 357

def source_type
  @source_type
end

#teletext_source_settingsTypes::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_settingsTypes::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_settingsTypes::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