Class: Aws::Types::DashIsoImageBasedTrickPlaySettings
- Inherits:
-
Object
- Object
- Aws::Types::DashIsoImageBasedTrickPlaySettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#interval_cadence ⇒ "FOLLOW_IFRAME", ...
Returns the value of attribute interval_cadence.
-
#thumbnail_height ⇒ ::Integer
Returns the value of attribute thumbnail_height.
-
#thumbnail_interval ⇒ ::Float
Returns the value of attribute thumbnail_interval.
-
#thumbnail_width ⇒ ::Integer
Returns the value of attribute thumbnail_width.
-
#tile_height ⇒ ::Integer
Returns the value of attribute tile_height.
-
#tile_width ⇒ ::Integer
Returns the value of attribute tile_width.
Instance Attribute Details
#interval_cadence ⇒ "FOLLOW_IFRAME", ...
Returns the value of attribute interval_cadence.
665 666 667 |
# File 'sig/types.rbs', line 665 def interval_cadence @interval_cadence end |
#thumbnail_height ⇒ ::Integer
Returns the value of attribute thumbnail_height.
666 667 668 |
# File 'sig/types.rbs', line 666 def thumbnail_height @thumbnail_height end |
#thumbnail_interval ⇒ ::Float
Returns the value of attribute thumbnail_interval.
667 668 669 |
# File 'sig/types.rbs', line 667 def thumbnail_interval @thumbnail_interval end |
#thumbnail_width ⇒ ::Integer
Returns the value of attribute thumbnail_width.
668 669 670 |
# File 'sig/types.rbs', line 668 def thumbnail_width @thumbnail_width end |
#tile_height ⇒ ::Integer
Returns the value of attribute tile_height.
669 670 671 |
# File 'sig/types.rbs', line 669 def tile_height @tile_height end |
#tile_width ⇒ ::Integer
Returns the value of attribute tile_width.
670 671 672 |
# File 'sig/types.rbs', line 670 def tile_width @tile_width end |