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.
702 703 704 |
# File 'sig/types.rbs', line 702 def algorithm @algorithm end |
#control ⇒ "FORCE_ALL_FRAMES", "NORMAL"
Returns the value of attribute control.
703 704 705 |
# File 'sig/types.rbs', line 703 def control @control end |
#mode ⇒ "DEINTERLACE", ...
Returns the value of attribute mode.
704 705 706 |
# File 'sig/types.rbs', line 704 def mode @mode end |