Class: Aws::Types::Vp9Settings

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:



2688
2689
2690
# File 'sig/types.rbs', line 2688

def bitrate
  @bitrate
end

#framerate_control"INITIALIZE_FROM_SOURCE", "SPECIFIED"

Returns the value of attribute framerate_control.

Returns:



2689
2690
2691
# File 'sig/types.rbs', line 2689

def framerate_control
  @framerate_control
end

#framerate_conversion_algorithm"DUPLICATE_DROP", ...

Returns the value of attribute framerate_conversion_algorithm.

Returns:



2690
2691
2692
# File 'sig/types.rbs', line 2690

def framerate_conversion_algorithm
  @framerate_conversion_algorithm
end

#framerate_denominator::Integer

Returns the value of attribute framerate_denominator.

Returns:



2691
2692
2693
# File 'sig/types.rbs', line 2691

def framerate_denominator
  @framerate_denominator
end

#framerate_numerator::Integer

Returns the value of attribute framerate_numerator.

Returns:



2692
2693
2694
# File 'sig/types.rbs', line 2692

def framerate_numerator
  @framerate_numerator
end

#gop_size::Float

Returns the value of attribute gop_size.

Returns:



2693
2694
2695
# File 'sig/types.rbs', line 2693

def gop_size
  @gop_size
end

#hrd_buffer_size::Integer

Returns the value of attribute hrd_buffer_size.

Returns:



2694
2695
2696
# File 'sig/types.rbs', line 2694

def hrd_buffer_size
  @hrd_buffer_size
end

#max_bitrate::Integer

Returns the value of attribute max_bitrate.

Returns:



2695
2696
2697
# File 'sig/types.rbs', line 2695

def max_bitrate
  @max_bitrate
end

#par_control"INITIALIZE_FROM_SOURCE", "SPECIFIED"

Returns the value of attribute par_control.

Returns:



2696
2697
2698
# File 'sig/types.rbs', line 2696

def par_control
  @par_control
end

#par_denominator::Integer

Returns the value of attribute par_denominator.

Returns:



2697
2698
2699
# File 'sig/types.rbs', line 2697

def par_denominator
  @par_denominator
end

#par_numerator::Integer

Returns the value of attribute par_numerator.

Returns:



2698
2699
2700
# File 'sig/types.rbs', line 2698

def par_numerator
  @par_numerator
end

#quality_tuning_level"MULTI_PASS", "MULTI_PASS_HQ"

Returns the value of attribute quality_tuning_level.

Returns:



2699
2700
2701
# File 'sig/types.rbs', line 2699

def quality_tuning_level
  @quality_tuning_level
end

#rate_control_mode"VBR"

Returns the value of attribute rate_control_mode.

Returns:



2700
2701
2702
# File 'sig/types.rbs', line 2700

def rate_control_mode
  @rate_control_mode
end