Class: Aws::Types::Av1Settings
- Inherits:
-
Object
- Object
- Aws::Types::Av1Settings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#afd_signaling ⇒ "AUTO", ...
Returns the value of attribute afd_signaling.
-
#bit_depth ⇒ "DEPTH_10", "DEPTH_8"
Returns the value of attribute bit_depth.
-
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
-
#buf_size ⇒ ::Integer
Returns the value of attribute buf_size.
-
#color_space_settings ⇒ Types::Av1ColorSpaceSettings
Returns the value of attribute color_space_settings.
-
#fixed_afd ⇒ "AFD_0000", ...
Returns the value of attribute fixed_afd.
-
#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.
-
#gop_size_units ⇒ "FRAMES", "SECONDS"
Returns the value of attribute gop_size_units.
-
#level ⇒ "AV1_LEVEL_2", ...
Returns the value of attribute level.
-
#look_ahead_rate_control ⇒ "HIGH", ...
Returns the value of attribute look_ahead_rate_control.
-
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
-
#min_bitrate ⇒ ::Integer
Returns the value of attribute min_bitrate.
-
#min_i_interval ⇒ ::Integer
Returns the value of attribute min_i_interval.
-
#par_denominator ⇒ ::Integer
Returns the value of attribute par_denominator.
-
#par_numerator ⇒ ::Integer
Returns the value of attribute par_numerator.
-
#qvbr_quality_level ⇒ ::Integer
Returns the value of attribute qvbr_quality_level.
-
#rate_control_mode ⇒ "CBR", "QVBR"
Returns the value of attribute rate_control_mode.
-
#scene_change_detect ⇒ "DISABLED", "ENABLED"
Returns the value of attribute scene_change_detect.
-
#spatial_aq ⇒ "DISABLED", "ENABLED"
Returns the value of attribute spatial_aq.
-
#temporal_aq ⇒ "DISABLED", "ENABLED"
Returns the value of attribute temporal_aq.
-
#timecode_burnin_settings ⇒ Types::TimecodeBurninSettings
Returns the value of attribute timecode_burnin_settings.
-
#timecode_insertion ⇒ "DISABLED", "METADATA_OBU"
Returns the value of attribute timecode_insertion.
Instance Attribute Details
#afd_signaling ⇒ "AUTO", ...
Returns the value of attribute afd_signaling.
4818 4819 4820 |
# File 'sig/types.rbs', line 4818 def afd_signaling @afd_signaling end |
#bit_depth ⇒ "DEPTH_10", "DEPTH_8"
Returns the value of attribute bit_depth.
4841 4842 4843 |
# File 'sig/types.rbs', line 4841 def bit_depth @bit_depth end |
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
4835 4836 4837 |
# File 'sig/types.rbs', line 4835 def bitrate @bitrate end |
#buf_size ⇒ ::Integer
Returns the value of attribute buf_size.
4819 4820 4821 |
# File 'sig/types.rbs', line 4819 def buf_size @buf_size end |
#color_space_settings ⇒ Types::Av1ColorSpaceSettings
Returns the value of attribute color_space_settings.
4820 4821 4822 |
# File 'sig/types.rbs', line 4820 def color_space_settings @color_space_settings end |
#fixed_afd ⇒ "AFD_0000", ...
Returns the value of attribute fixed_afd.
4821 4822 4823 |
# File 'sig/types.rbs', line 4821 def fixed_afd @fixed_afd end |
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
4822 4823 4824 |
# File 'sig/types.rbs', line 4822 def framerate_denominator @framerate_denominator end |
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
4823 4824 4825 |
# File 'sig/types.rbs', line 4823 def framerate_numerator @framerate_numerator end |
#gop_size ⇒ ::Float
Returns the value of attribute gop_size.
4824 4825 4826 |
# File 'sig/types.rbs', line 4824 def gop_size @gop_size end |
#gop_size_units ⇒ "FRAMES", "SECONDS"
Returns the value of attribute gop_size_units.
4825 4826 4827 |
# File 'sig/types.rbs', line 4825 def gop_size_units @gop_size_units end |
#level ⇒ "AV1_LEVEL_2", ...
Returns the value of attribute level.
4826 4827 4828 |
# File 'sig/types.rbs', line 4826 def level @level end |
#look_ahead_rate_control ⇒ "HIGH", ...
Returns the value of attribute look_ahead_rate_control.
4827 4828 4829 |
# File 'sig/types.rbs', line 4827 def look_ahead_rate_control @look_ahead_rate_control end |
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
4828 4829 4830 |
# File 'sig/types.rbs', line 4828 def max_bitrate @max_bitrate end |
#min_bitrate ⇒ ::Integer
Returns the value of attribute min_bitrate.
4837 4838 4839 |
# File 'sig/types.rbs', line 4837 def min_bitrate @min_bitrate end |
#min_i_interval ⇒ ::Integer
Returns the value of attribute min_i_interval.
4829 4830 4831 |
# File 'sig/types.rbs', line 4829 def min_i_interval @min_i_interval end |
#par_denominator ⇒ ::Integer
Returns the value of attribute par_denominator.
4830 4831 4832 |
# File 'sig/types.rbs', line 4830 def par_denominator @par_denominator end |
#par_numerator ⇒ ::Integer
Returns the value of attribute par_numerator.
4831 4832 4833 |
# File 'sig/types.rbs', line 4831 def par_numerator @par_numerator end |
#qvbr_quality_level ⇒ ::Integer
Returns the value of attribute qvbr_quality_level.
4832 4833 4834 |
# File 'sig/types.rbs', line 4832 def qvbr_quality_level @qvbr_quality_level end |
#rate_control_mode ⇒ "CBR", "QVBR"
Returns the value of attribute rate_control_mode.
4836 4837 4838 |
# File 'sig/types.rbs', line 4836 def rate_control_mode @rate_control_mode end |
#scene_change_detect ⇒ "DISABLED", "ENABLED"
Returns the value of attribute scene_change_detect.
4833 4834 4835 |
# File 'sig/types.rbs', line 4833 def scene_change_detect @scene_change_detect end |
#spatial_aq ⇒ "DISABLED", "ENABLED"
Returns the value of attribute spatial_aq.
4838 4839 4840 |
# File 'sig/types.rbs', line 4838 def spatial_aq @spatial_aq end |
#temporal_aq ⇒ "DISABLED", "ENABLED"
Returns the value of attribute temporal_aq.
4839 4840 4841 |
# File 'sig/types.rbs', line 4839 def temporal_aq @temporal_aq end |
#timecode_burnin_settings ⇒ Types::TimecodeBurninSettings
Returns the value of attribute timecode_burnin_settings.
4834 4835 4836 |
# File 'sig/types.rbs', line 4834 def timecode_burnin_settings @timecode_burnin_settings end |
#timecode_insertion ⇒ "DISABLED", "METADATA_OBU"
Returns the value of attribute timecode_insertion.
4840 4841 4842 |
# File 'sig/types.rbs', line 4840 def timecode_insertion @timecode_insertion end |