Class: Aws::Types::CaptionDestinationSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#burnin_destination_settingsTypes::BurninDestinationSettings

Returns the value of attribute burnin_destination_settings.



326
327
328
# File 'sig/types.rbs', line 326

def burnin_destination_settings
  @burnin_destination_settings
end

#destination_type"BURN_IN", ...

Returns the value of attribute destination_type.

Returns:

  • ("BURN_IN", "DVB_SUB", "EMBEDDED", "EMBEDDED_PLUS_SCTE20", "IMSC", "SCTE20_PLUS_EMBEDDED", "SCC", "SRT", "SMI", "TELETEXT", "TTML", "WEBVTT")


327
328
329
# File 'sig/types.rbs', line 327

def destination_type
  @destination_type
end

#dvb_sub_destination_settingsTypes::DvbSubDestinationSettings

Returns the value of attribute dvb_sub_destination_settings.



328
329
330
# File 'sig/types.rbs', line 328

def dvb_sub_destination_settings
  @dvb_sub_destination_settings
end

#embedded_destination_settingsTypes::EmbeddedDestinationSettings

Returns the value of attribute embedded_destination_settings.



329
330
331
# File 'sig/types.rbs', line 329

def embedded_destination_settings
  @embedded_destination_settings
end

#imsc_destination_settingsTypes::ImscDestinationSettings

Returns the value of attribute imsc_destination_settings.



330
331
332
# File 'sig/types.rbs', line 330

def imsc_destination_settings
  @imsc_destination_settings
end

#scc_destination_settingsTypes::SccDestinationSettings

Returns the value of attribute scc_destination_settings.



331
332
333
# File 'sig/types.rbs', line 331

def scc_destination_settings
  @scc_destination_settings
end

#srt_destination_settingsTypes::SrtDestinationSettings

Returns the value of attribute srt_destination_settings.



332
333
334
# File 'sig/types.rbs', line 332

def srt_destination_settings
  @srt_destination_settings
end

#teletext_destination_settingsTypes::TeletextDestinationSettings

Returns the value of attribute teletext_destination_settings.



333
334
335
# File 'sig/types.rbs', line 333

def teletext_destination_settings
  @teletext_destination_settings
end

#ttml_destination_settingsTypes::TtmlDestinationSettings

Returns the value of attribute ttml_destination_settings.



334
335
336
# File 'sig/types.rbs', line 334

def ttml_destination_settings
  @ttml_destination_settings
end

#webvtt_destination_settingsTypes::WebvttDestinationSettings

Returns the value of attribute webvtt_destination_settings.



335
336
337
# File 'sig/types.rbs', line 335

def webvtt_destination_settings
  @webvtt_destination_settings
end