Class: Aws::Types::Xavc4kProfileSettings
- Inherits:
-
Object
- Object
- Aws::Types::Xavc4kProfileSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bitrate_class ⇒ "BITRATE_CLASS_100", ...
Returns the value of attribute bitrate_class.
-
#codec_profile ⇒ "HIGH", "HIGH_422"
Returns the value of attribute codec_profile.
-
#flicker_adaptive_quantization ⇒ "DISABLED", "ENABLED"
Returns the value of attribute flicker_adaptive_quantization.
-
#gop_b_reference ⇒ "DISABLED", "ENABLED"
Returns the value of attribute gop_b_reference.
-
#gop_closed_cadence ⇒ ::Integer
Returns the value of attribute gop_closed_cadence.
-
#hrd_buffer_size ⇒ ::Integer
Returns the value of attribute hrd_buffer_size.
-
#quality_tuning_level ⇒ "SINGLE_PASS", ...
Returns the value of attribute quality_tuning_level.
-
#slices ⇒ ::Integer
Returns the value of attribute slices.
Instance Attribute Details
#bitrate_class ⇒ "BITRATE_CLASS_100", ...
Returns the value of attribute bitrate_class.
2742 2743 2744 |
# File 'sig/types.rbs', line 2742 def bitrate_class @bitrate_class end |
#codec_profile ⇒ "HIGH", "HIGH_422"
Returns the value of attribute codec_profile.
2743 2744 2745 |
# File 'sig/types.rbs', line 2743 def codec_profile @codec_profile end |
#flicker_adaptive_quantization ⇒ "DISABLED", "ENABLED"
Returns the value of attribute flicker_adaptive_quantization.
2744 2745 2746 |
# File 'sig/types.rbs', line 2744 def flicker_adaptive_quantization @flicker_adaptive_quantization end |
#gop_b_reference ⇒ "DISABLED", "ENABLED"
Returns the value of attribute gop_b_reference.
2745 2746 2747 |
# File 'sig/types.rbs', line 2745 def gop_b_reference @gop_b_reference end |
#gop_closed_cadence ⇒ ::Integer
Returns the value of attribute gop_closed_cadence.
2746 2747 2748 |
# File 'sig/types.rbs', line 2746 def gop_closed_cadence @gop_closed_cadence end |
#hrd_buffer_size ⇒ ::Integer
Returns the value of attribute hrd_buffer_size.
2747 2748 2749 |
# File 'sig/types.rbs', line 2747 def hrd_buffer_size @hrd_buffer_size end |
#quality_tuning_level ⇒ "SINGLE_PASS", ...
Returns the value of attribute quality_tuning_level.
2748 2749 2750 |
# File 'sig/types.rbs', line 2748 def quality_tuning_level @quality_tuning_level end |
#slices ⇒ ::Integer
Returns the value of attribute slices.
2749 2750 2751 |
# File 'sig/types.rbs', line 2749 def slices @slices end |