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.
525 526 527 |
# File 'sig/types.rbs', line 525 def cmfc_settings @cmfc_settings end |
#container ⇒ "F4V", ...
Returns the value of attribute container.
526 527 528 |
# File 'sig/types.rbs', line 526 def container @container end |
#f4v_settings ⇒ Types::F4vSettings
Returns the value of attribute f4v_settings.
527 528 529 |
# File 'sig/types.rbs', line 527 def f4v_settings @f4v_settings end |
#m2ts_settings ⇒ Types::M2tsSettings
Returns the value of attribute m2ts_settings.
528 529 530 |
# File 'sig/types.rbs', line 528 def m2ts_settings @m2ts_settings end |
#m3u_8_settings ⇒ Types::M3u8Settings
Returns the value of attribute m3u_8_settings.
529 530 531 |
# File 'sig/types.rbs', line 529 def m3u_8_settings @m3u_8_settings end |
#mov_settings ⇒ Types::MovSettings
Returns the value of attribute mov_settings.
530 531 532 |
# File 'sig/types.rbs', line 530 def mov_settings @mov_settings end |
#mp_4_settings ⇒ Types::Mp4Settings
Returns the value of attribute mp_4_settings.
531 532 533 |
# File 'sig/types.rbs', line 531 def mp_4_settings @mp_4_settings end |
#mpd_settings ⇒ Types::MpdSettings
Returns the value of attribute mpd_settings.
532 533 534 |
# File 'sig/types.rbs', line 532 def mpd_settings @mpd_settings end |
#mxf_settings ⇒ Types::MxfSettings
Returns the value of attribute mxf_settings.
533 534 535 |
# File 'sig/types.rbs', line 533 def mxf_settings @mxf_settings end |