Class: Aws::Types::XavcHdProfileSettings
- Inherits:
-
Object
- Object
- Aws::Types::XavcHdProfileSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bitrate_class ⇒ "BITRATE_CLASS_25", ...
Returns the value of attribute bitrate_class.
-
#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.
-
#interlace_mode ⇒ "PROGRESSIVE", ...
Returns the value of attribute interlace_mode.
-
#quality_tuning_level ⇒ "SINGLE_PASS", ...
Returns the value of attribute quality_tuning_level.
-
#slices ⇒ ::Integer
Returns the value of attribute slices.
-
#telecine ⇒ "NONE", "HARD"
Returns the value of attribute telecine.
Instance Attribute Details
#bitrate_class ⇒ "BITRATE_CLASS_25", ...
Returns the value of attribute bitrate_class.
2760 2761 2762 |
# File 'sig/types.rbs', line 2760 def bitrate_class @bitrate_class end |
#flicker_adaptive_quantization ⇒ "DISABLED", "ENABLED"
Returns the value of attribute flicker_adaptive_quantization.
2761 2762 2763 |
# File 'sig/types.rbs', line 2761 def flicker_adaptive_quantization @flicker_adaptive_quantization end |
#gop_b_reference ⇒ "DISABLED", "ENABLED"
Returns the value of attribute gop_b_reference.
2762 2763 2764 |
# File 'sig/types.rbs', line 2762 def gop_b_reference @gop_b_reference end |
#gop_closed_cadence ⇒ ::Integer
Returns the value of attribute gop_closed_cadence.
2763 2764 2765 |
# File 'sig/types.rbs', line 2763 def gop_closed_cadence @gop_closed_cadence end |
#hrd_buffer_size ⇒ ::Integer
Returns the value of attribute hrd_buffer_size.
2764 2765 2766 |
# File 'sig/types.rbs', line 2764 def hrd_buffer_size @hrd_buffer_size end |
#interlace_mode ⇒ "PROGRESSIVE", ...
Returns the value of attribute interlace_mode.
2765 2766 2767 |
# File 'sig/types.rbs', line 2765 def interlace_mode @interlace_mode end |
#quality_tuning_level ⇒ "SINGLE_PASS", ...
Returns the value of attribute quality_tuning_level.
2766 2767 2768 |
# File 'sig/types.rbs', line 2766 def quality_tuning_level @quality_tuning_level end |
#slices ⇒ ::Integer
Returns the value of attribute slices.
2767 2768 2769 |
# File 'sig/types.rbs', line 2767 def slices @slices end |
#telecine ⇒ "NONE", "HARD"
Returns the value of attribute telecine.
2768 2769 2770 |
# File 'sig/types.rbs', line 2768 def telecine @telecine end |