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.



361
362
363
# File 'sig/types.rbs', line 361

def ancillary_source_settings
  @ancillary_source_settings
end

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

Returns the value of attribute embedded_source_settings.



363
364
365
# File 'sig/types.rbs', line 363

def embedded_source_settings
  @embedded_source_settings
end

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

Returns:

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


365
366
367
# File 'sig/types.rbs', line 365

def source_type
  @source_type
end

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