Class: Aws::Types::ContainerSettings
- Inherits:
-
Object
- Object
- Aws::Types::ContainerSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cmfc_settings ⇒ Types::CmfcSettings
Returns the value of attribute cmfc_settings.
-
#container ⇒ "F4V", ...
Returns the value of attribute container.
-
#f4v_settings ⇒ Types::F4vSettings
Returns the value of attribute f4v_settings.
-
#m2ts_settings ⇒ Types::M2tsSettings
Returns the value of attribute m2ts_settings.
-
#m3u_8_settings ⇒ Types::M3u8Settings
Returns the value of attribute m3u_8_settings.
-
#mov_settings ⇒ Types::MovSettings
Returns the value of attribute mov_settings.
-
#mp_4_settings ⇒ Types::Mp4Settings
Returns the value of attribute mp_4_settings.
-
#mpd_settings ⇒ Types::MpdSettings
Returns the value of attribute mpd_settings.
-
#mxf_settings ⇒ Types::MxfSettings
Returns the value of attribute mxf_settings.
Instance Attribute Details
#cmfc_settings ⇒ Types::CmfcSettings
Returns the value of attribute cmfc_settings.
537 538 539 |
# File 'sig/types.rbs', line 537 def cmfc_settings @cmfc_settings end |
#container ⇒ "F4V", ...
Returns the value of attribute container.
538 539 540 |
# File 'sig/types.rbs', line 538 def container @container end |
#f4v_settings ⇒ Types::F4vSettings
Returns the value of attribute f4v_settings.
539 540 541 |
# File 'sig/types.rbs', line 539 def f4v_settings @f4v_settings end |
#m2ts_settings ⇒ Types::M2tsSettings
Returns the value of attribute m2ts_settings.
540 541 542 |
# File 'sig/types.rbs', line 540 def m2ts_settings @m2ts_settings end |
#m3u_8_settings ⇒ Types::M3u8Settings
Returns the value of attribute m3u_8_settings.
541 542 543 |
# File 'sig/types.rbs', line 541 def m3u_8_settings @m3u_8_settings end |
#mov_settings ⇒ Types::MovSettings
Returns the value of attribute mov_settings.
542 543 544 |
# File 'sig/types.rbs', line 542 def mov_settings @mov_settings end |
#mp_4_settings ⇒ Types::Mp4Settings
Returns the value of attribute mp_4_settings.
543 544 545 |
# File 'sig/types.rbs', line 543 def mp_4_settings @mp_4_settings end |
#mpd_settings ⇒ Types::MpdSettings
Returns the value of attribute mpd_settings.
544 545 546 |
# File 'sig/types.rbs', line 544 def mpd_settings @mpd_settings end |
#mxf_settings ⇒ Types::MxfSettings
Returns the value of attribute mxf_settings.
545 546 547 |
# File 'sig/types.rbs', line 545 def mxf_settings @mxf_settings end |