Class: Aws::Types::Deinterlacer

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm"INTERPOLATE", ...

Returns the value of attribute algorithm.

Returns:

  • ("INTERPOLATE", "INTERPOLATE_TICKER", "BLEND", "BLEND_TICKER", "LINEAR_INTERPOLATION")


690
691
692
# File 'sig/types.rbs', line 690

def algorithm
  @algorithm
end

#control"FORCE_ALL_FRAMES", "NORMAL"

Returns the value of attribute control.

Returns:

  • ("FORCE_ALL_FRAMES", "NORMAL")


691
692
693
# File 'sig/types.rbs', line 691

def control
  @control
end

#mode"DEINTERLACE", ...

Returns the value of attribute mode.

Returns:

  • ("DEINTERLACE", "INVERSE_TELECINE", "ADAPTIVE")


692
693
694
# File 'sig/types.rbs', line 692

def mode
  @mode
end