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.
2706 2707 2708 |
# File 'sig/types.rbs', line 2706 def bitrate_class @bitrate_class end |
#codec_profile ⇒ "HIGH", "HIGH_422"
Returns the value of attribute codec_profile.
2707 2708 2709 |
# File 'sig/types.rbs', line 2707 def codec_profile @codec_profile end |
#flicker_adaptive_quantization ⇒ "DISABLED", "ENABLED"
Returns the value of attribute flicker_adaptive_quantization.
2708 2709 2710 |
# File 'sig/types.rbs', line 2708 def flicker_adaptive_quantization @flicker_adaptive_quantization end |
#gop_b_reference ⇒ "DISABLED", "ENABLED"
Returns the value of attribute gop_b_reference.
2709 2710 2711 |
# File 'sig/types.rbs', line 2709 def gop_b_reference @gop_b_reference end |
#gop_closed_cadence ⇒ ::Integer
Returns the value of attribute gop_closed_cadence.
2710 2711 2712 |
# File 'sig/types.rbs', line 2710 def gop_closed_cadence @gop_closed_cadence end |
#hrd_buffer_size ⇒ ::Integer
Returns the value of attribute hrd_buffer_size.
2711 2712 2713 |
# File 'sig/types.rbs', line 2711 def hrd_buffer_size @hrd_buffer_size end |
#quality_tuning_level ⇒ "SINGLE_PASS", ...
Returns the value of attribute quality_tuning_level.
2712 2713 2714 |
# File 'sig/types.rbs', line 2712 def quality_tuning_level @quality_tuning_level end |
#slices ⇒ ::Integer
Returns the value of attribute slices.
2713 2714 2715 |
# File 'sig/types.rbs', line 2713 def slices @slices end |