Class: Aws::Types::Vp9Settings
- Inherits:
-
Object
- Object
- Aws::Types::Vp9Settings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
-
#framerate_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute framerate_control.
-
#framerate_conversion_algorithm ⇒ "DUPLICATE_DROP", ...
Returns the value of attribute framerate_conversion_algorithm.
-
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
-
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
-
#gop_size ⇒ ::Float
Returns the value of attribute gop_size.
-
#hrd_buffer_size ⇒ ::Integer
Returns the value of attribute hrd_buffer_size.
-
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
-
#par_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute par_control.
-
#par_denominator ⇒ ::Integer
Returns the value of attribute par_denominator.
-
#par_numerator ⇒ ::Integer
Returns the value of attribute par_numerator.
-
#quality_tuning_level ⇒ "MULTI_PASS", "MULTI_PASS_HQ"
Returns the value of attribute quality_tuning_level.
-
#rate_control_mode ⇒ "VBR"
Returns the value of attribute rate_control_mode.
Instance Attribute Details
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
2652 2653 2654 |
# File 'sig/types.rbs', line 2652 def bitrate @bitrate end |
#framerate_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute framerate_control.
2653 2654 2655 |
# File 'sig/types.rbs', line 2653 def framerate_control @framerate_control end |
#framerate_conversion_algorithm ⇒ "DUPLICATE_DROP", ...
Returns the value of attribute framerate_conversion_algorithm.
2654 2655 2656 |
# File 'sig/types.rbs', line 2654 def framerate_conversion_algorithm @framerate_conversion_algorithm end |
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
2655 2656 2657 |
# File 'sig/types.rbs', line 2655 def framerate_denominator @framerate_denominator end |
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
2656 2657 2658 |
# File 'sig/types.rbs', line 2656 def framerate_numerator @framerate_numerator end |
#gop_size ⇒ ::Float
Returns the value of attribute gop_size.
2657 2658 2659 |
# File 'sig/types.rbs', line 2657 def gop_size @gop_size end |
#hrd_buffer_size ⇒ ::Integer
Returns the value of attribute hrd_buffer_size.
2658 2659 2660 |
# File 'sig/types.rbs', line 2658 def hrd_buffer_size @hrd_buffer_size end |
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
2659 2660 2661 |
# File 'sig/types.rbs', line 2659 def max_bitrate @max_bitrate end |
#par_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute par_control.
2660 2661 2662 |
# File 'sig/types.rbs', line 2660 def par_control @par_control end |
#par_denominator ⇒ ::Integer
Returns the value of attribute par_denominator.
2661 2662 2663 |
# File 'sig/types.rbs', line 2661 def par_denominator @par_denominator end |
#par_numerator ⇒ ::Integer
Returns the value of attribute par_numerator.
2662 2663 2664 |
# File 'sig/types.rbs', line 2662 def par_numerator @par_numerator end |
#quality_tuning_level ⇒ "MULTI_PASS", "MULTI_PASS_HQ"
Returns the value of attribute quality_tuning_level.
2663 2664 2665 |
# File 'sig/types.rbs', line 2663 def quality_tuning_level @quality_tuning_level end |
#rate_control_mode ⇒ "VBR"
Returns the value of attribute rate_control_mode.
2664 2665 2666 |
# File 'sig/types.rbs', line 2664 def rate_control_mode @rate_control_mode end |