Class: Aws::Types::Ac4Settings
- Inherits:
-
Object
- Object
- Aws::Types::Ac4Settings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
-
#bitstream_mode ⇒ "COMPLETE_MAIN", "EMERGENCY"
Returns the value of attribute bitstream_mode.
-
#coding_mode ⇒ "CODING_MODE_2_0", ...
Returns the value of attribute coding_mode.
-
#dynamic_range_compression_flat_panel_tv ⇒ "NONE", ...
Returns the value of attribute dynamic_range_compression_flat_panel_tv.
-
#dynamic_range_compression_home_theater ⇒ "NONE", ...
Returns the value of attribute dynamic_range_compression_home_theater.
-
#dynamic_range_compression_portable_headphones ⇒ "NONE", ...
Returns the value of attribute dynamic_range_compression_portable_headphones.
-
#dynamic_range_compression_portable_speakers ⇒ "NONE", ...
Returns the value of attribute dynamic_range_compression_portable_speakers.
-
#lo_ro_center_mix_level ⇒ ::Float
Returns the value of attribute lo_ro_center_mix_level.
-
#lo_ro_surround_mix_level ⇒ ::Float
Returns the value of attribute lo_ro_surround_mix_level.
-
#lt_rt_center_mix_level ⇒ ::Float
Returns the value of attribute lt_rt_center_mix_level.
-
#lt_rt_surround_mix_level ⇒ ::Float
Returns the value of attribute lt_rt_surround_mix_level.
-
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
-
#stereo_downmix ⇒ "NOT_INDICATED", ...
Returns the value of attribute stereo_downmix.
Instance Attribute Details
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
42 43 44 |
# File 'sig/types.rbs', line 42 def bitrate @bitrate end |
#bitstream_mode ⇒ "COMPLETE_MAIN", "EMERGENCY"
Returns the value of attribute bitstream_mode.
43 44 45 |
# File 'sig/types.rbs', line 43 def bitstream_mode @bitstream_mode end |
#coding_mode ⇒ "CODING_MODE_2_0", ...
Returns the value of attribute coding_mode.
44 45 46 |
# File 'sig/types.rbs', line 44 def coding_mode @coding_mode end |
#dynamic_range_compression_flat_panel_tv ⇒ "NONE", ...
Returns the value of attribute dynamic_range_compression_flat_panel_tv.
45 46 47 |
# File 'sig/types.rbs', line 45 def dynamic_range_compression_flat_panel_tv @dynamic_range_compression_flat_panel_tv end |
#dynamic_range_compression_home_theater ⇒ "NONE", ...
Returns the value of attribute dynamic_range_compression_home_theater.
46 47 48 |
# File 'sig/types.rbs', line 46 def dynamic_range_compression_home_theater @dynamic_range_compression_home_theater end |
#dynamic_range_compression_portable_headphones ⇒ "NONE", ...
Returns the value of attribute dynamic_range_compression_portable_headphones.
47 48 49 |
# File 'sig/types.rbs', line 47 def dynamic_range_compression_portable_headphones @dynamic_range_compression_portable_headphones end |
#dynamic_range_compression_portable_speakers ⇒ "NONE", ...
Returns the value of attribute dynamic_range_compression_portable_speakers.
48 49 50 |
# File 'sig/types.rbs', line 48 def dynamic_range_compression_portable_speakers @dynamic_range_compression_portable_speakers end |
#lo_ro_center_mix_level ⇒ ::Float
Returns the value of attribute lo_ro_center_mix_level.
49 50 51 |
# File 'sig/types.rbs', line 49 def lo_ro_center_mix_level @lo_ro_center_mix_level end |
#lo_ro_surround_mix_level ⇒ ::Float
Returns the value of attribute lo_ro_surround_mix_level.
50 51 52 |
# File 'sig/types.rbs', line 50 def lo_ro_surround_mix_level @lo_ro_surround_mix_level end |
#lt_rt_center_mix_level ⇒ ::Float
Returns the value of attribute lt_rt_center_mix_level.
51 52 53 |
# File 'sig/types.rbs', line 51 def lt_rt_center_mix_level @lt_rt_center_mix_level end |
#lt_rt_surround_mix_level ⇒ ::Float
Returns the value of attribute lt_rt_surround_mix_level.
52 53 54 |
# File 'sig/types.rbs', line 52 def lt_rt_surround_mix_level @lt_rt_surround_mix_level end |
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
53 54 55 |
# File 'sig/types.rbs', line 53 def sample_rate @sample_rate end |
#stereo_downmix ⇒ "NOT_INDICATED", ...
Returns the value of attribute stereo_downmix.
54 55 56 |
# File 'sig/types.rbs', line 54 def stereo_downmix @stereo_downmix end |