Class: Aws::Types::Vp8Settings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bitrate::Integer

Returns the value of attribute bitrate.

Returns:

  • (::Integer)


2635
2636
2637
# File 'sig/types.rbs', line 2635

def bitrate
  @bitrate
end

#framerate_control"INITIALIZE_FROM_SOURCE", "SPECIFIED"

Returns the value of attribute framerate_control.

Returns:

  • ("INITIALIZE_FROM_SOURCE", "SPECIFIED")


2636
2637
2638
# File 'sig/types.rbs', line 2636

def framerate_control
  @framerate_control
end

#framerate_conversion_algorithm"DUPLICATE_DROP", ...

Returns the value of attribute framerate_conversion_algorithm.

Returns:

  • ("DUPLICATE_DROP", "INTERPOLATE", "FRAMEFORMER", "MAINTAIN_FRAME_COUNT")


2637
2638
2639
# File 'sig/types.rbs', line 2637

def framerate_conversion_algorithm
  @framerate_conversion_algorithm
end

#framerate_denominator::Integer

Returns the value of attribute framerate_denominator.

Returns:

  • (::Integer)


2638
2639
2640
# File 'sig/types.rbs', line 2638

def framerate_denominator
  @framerate_denominator
end

#framerate_numerator::Integer

Returns the value of attribute framerate_numerator.

Returns:

  • (::Integer)


2639
2640
2641
# File 'sig/types.rbs', line 2639

def framerate_numerator
  @framerate_numerator
end

#gop_size::Float

Returns the value of attribute gop_size.

Returns:

  • (::Float)


2640
2641
2642
# File 'sig/types.rbs', line 2640

def gop_size
  @gop_size
end

#hrd_buffer_size::Integer

Returns the value of attribute hrd_buffer_size.

Returns:

  • (::Integer)


2641
2642
2643
# File 'sig/types.rbs', line 2641

def hrd_buffer_size
  @hrd_buffer_size
end

#max_bitrate::Integer

Returns the value of attribute max_bitrate.

Returns:

  • (::Integer)


2642
2643
2644
# File 'sig/types.rbs', line 2642

def max_bitrate
  @max_bitrate
end

#par_control"INITIALIZE_FROM_SOURCE", "SPECIFIED"

Returns the value of attribute par_control.

Returns:

  • ("INITIALIZE_FROM_SOURCE", "SPECIFIED")


2643
2644
2645
# File 'sig/types.rbs', line 2643

def par_control
  @par_control
end

#par_denominator::Integer

Returns the value of attribute par_denominator.

Returns:

  • (::Integer)


2644
2645
2646
# File 'sig/types.rbs', line 2644

def par_denominator
  @par_denominator
end

#par_numerator::Integer

Returns the value of attribute par_numerator.

Returns:

  • (::Integer)


2645
2646
2647
# File 'sig/types.rbs', line 2645

def par_numerator
  @par_numerator
end

#quality_tuning_level"MULTI_PASS", "MULTI_PASS_HQ"

Returns the value of attribute quality_tuning_level.

Returns:

  • ("MULTI_PASS", "MULTI_PASS_HQ")


2646
2647
2648
# File 'sig/types.rbs', line 2646

def quality_tuning_level
  @quality_tuning_level
end

#rate_control_mode"VBR"

Returns the value of attribute rate_control_mode.

Returns:

  • ("VBR")


2647
2648
2649
# File 'sig/types.rbs', line 2647

def rate_control_mode
  @rate_control_mode
end