Class: Aws::Types::GifSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#framerate_control"INITIALIZE_FROM_SOURCE", "SPECIFIED"

Returns the value of attribute framerate_control.

Returns:

  • ("INITIALIZE_FROM_SOURCE", "SPECIFIED")


1091
1092
1093
# File 'sig/types.rbs', line 1091

def framerate_control
  @framerate_control
end

#framerate_conversion_algorithm"DUPLICATE_DROP", "INTERPOLATE"

Returns the value of attribute framerate_conversion_algorithm.

Returns:

  • ("DUPLICATE_DROP", "INTERPOLATE")


1092
1093
1094
# File 'sig/types.rbs', line 1092

def framerate_conversion_algorithm
  @framerate_conversion_algorithm
end

#framerate_denominator::Integer

Returns the value of attribute framerate_denominator.

Returns:

  • (::Integer)


1093
1094
1095
# File 'sig/types.rbs', line 1093

def framerate_denominator
  @framerate_denominator
end

#framerate_numerator::Integer

Returns the value of attribute framerate_numerator.

Returns:

  • (::Integer)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def framerate_numerator
  @framerate_numerator
end