Class: Aws::Types::Deinterlacer
- Inherits:
-
Object
- Object
- Aws::Types::Deinterlacer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm ⇒ "INTERPOLATE", ...
Returns the value of attribute algorithm.
-
#control ⇒ "FORCE_ALL_FRAMES", "NORMAL"
Returns the value of attribute control.
-
#mode ⇒ "DEINTERLACE", ...
Returns the value of attribute mode.
Instance Attribute Details
#algorithm ⇒ "INTERPOLATE", ...
Returns the value of attribute algorithm.
690 691 692 |
# File 'sig/types.rbs', line 690 def algorithm @algorithm end |
#control ⇒ "FORCE_ALL_FRAMES", "NORMAL"
Returns the value of attribute control.
691 692 693 |
# File 'sig/types.rbs', line 691 def control @control end |
#mode ⇒ "DEINTERLACE", ...
Returns the value of attribute mode.
692 693 694 |
# File 'sig/types.rbs', line 692 def mode @mode end |