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")


1070
1071
1072
# File 'sig/types.rbs', line 1070

def framerate_control
  @framerate_control
end

#framerate_conversion_algorithm"DUPLICATE_DROP", "INTERPOLATE"

Returns the value of attribute framerate_conversion_algorithm.

Returns:

  • ("DUPLICATE_DROP", "INTERPOLATE")


1071
1072
1073
# File 'sig/types.rbs', line 1071

def framerate_conversion_algorithm
  @framerate_conversion_algorithm
end

#framerate_denominator::Integer

Returns the value of attribute framerate_denominator.

Returns:

  • (::Integer)


1072
1073
1074
# File 'sig/types.rbs', line 1072

def framerate_denominator
  @framerate_denominator
end

#framerate_numerator::Integer

Returns the value of attribute framerate_numerator.

Returns:

  • (::Integer)


1073
1074
1075
# File 'sig/types.rbs', line 1073

def framerate_numerator
  @framerate_numerator
end