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.
2723 2724 2725 |
# File 'sig/types.rbs', line 2723 def bitrate_class @bitrate_class end |
#flicker_adaptive_quantization ⇒ "DISABLED", "ENABLED"
Returns the value of attribute flicker_adaptive_quantization.
2724 2725 2726 |
# File 'sig/types.rbs', line 2724 def flicker_adaptive_quantization @flicker_adaptive_quantization end |
#gop_b_reference ⇒ "DISABLED", "ENABLED"
Returns the value of attribute gop_b_reference.
2725 2726 2727 |
# File 'sig/types.rbs', line 2725 def gop_b_reference @gop_b_reference end |
#gop_closed_cadence ⇒ ::Integer
Returns the value of attribute gop_closed_cadence.
2726 2727 2728 |
# File 'sig/types.rbs', line 2726 def gop_closed_cadence @gop_closed_cadence end |
#hrd_buffer_size ⇒ ::Integer
Returns the value of attribute hrd_buffer_size.
2727 2728 2729 |
# File 'sig/types.rbs', line 2727 def hrd_buffer_size @hrd_buffer_size end |
#interlace_mode ⇒ "PROGRESSIVE", ...
Returns the value of attribute interlace_mode.
2728 2729 2730 |
# File 'sig/types.rbs', line 2728 def interlace_mode @interlace_mode end |
#quality_tuning_level ⇒ "SINGLE_PASS", ...
Returns the value of attribute quality_tuning_level.
2729 2730 2731 |
# File 'sig/types.rbs', line 2729 def quality_tuning_level @quality_tuning_level end |
#slices ⇒ ::Integer
Returns the value of attribute slices.
2730 2731 2732 |
# File 'sig/types.rbs', line 2730 def slices @slices end |
#telecine ⇒ "NONE", "HARD"
Returns the value of attribute telecine.
2731 2732 2733 |
# File 'sig/types.rbs', line 2731 def telecine @telecine end |