Class: Aws::Types::Eac3AtmosSettings
- Inherits:
-
Object
- Object
- Aws::Types::Eac3AtmosSettings
- 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"
Returns the value of attribute bitstream_mode.
-
#coding_mode ⇒ "CODING_MODE_AUTO", ...
Returns the value of attribute coding_mode.
-
#dialogue_intelligence ⇒ "ENABLED", "DISABLED"
Returns the value of attribute dialogue_intelligence.
-
#downmix_control ⇒ "SPECIFIED", "INITIALIZE_FROM_SOURCE"
Returns the value of attribute downmix_control.
-
#dynamic_range_compression_line ⇒ "NONE", ...
Returns the value of attribute dynamic_range_compression_line.
-
#dynamic_range_compression_rf ⇒ "NONE", ...
Returns the value of attribute dynamic_range_compression_rf.
-
#dynamic_range_control ⇒ "SPECIFIED", "INITIALIZE_FROM_SOURCE"
Returns the value of attribute dynamic_range_control.
-
#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.
-
#metering_mode ⇒ "LEQ_A", ...
Returns the value of attribute metering_mode.
-
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
-
#speech_threshold ⇒ ::Integer
Returns the value of attribute speech_threshold.
-
#stereo_downmix ⇒ "NOT_INDICATED", ...
Returns the value of attribute stereo_downmix.
-
#surround_ex_mode ⇒ "NOT_INDICATED", ...
Returns the value of attribute surround_ex_mode.
Instance Attribute Details
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
844 845 846 |
# File 'sig/types.rbs', line 844 def bitrate @bitrate end |
#bitstream_mode ⇒ "COMPLETE_MAIN"
Returns the value of attribute bitstream_mode.
845 846 847 |
# File 'sig/types.rbs', line 845 def bitstream_mode @bitstream_mode end |
#coding_mode ⇒ "CODING_MODE_AUTO", ...
Returns the value of attribute coding_mode.
846 847 848 |
# File 'sig/types.rbs', line 846 def coding_mode @coding_mode end |
#dialogue_intelligence ⇒ "ENABLED", "DISABLED"
Returns the value of attribute dialogue_intelligence.
847 848 849 |
# File 'sig/types.rbs', line 847 def dialogue_intelligence @dialogue_intelligence end |
#downmix_control ⇒ "SPECIFIED", "INITIALIZE_FROM_SOURCE"
Returns the value of attribute downmix_control.
848 849 850 |
# File 'sig/types.rbs', line 848 def downmix_control @downmix_control end |
#dynamic_range_compression_line ⇒ "NONE", ...
Returns the value of attribute dynamic_range_compression_line.
849 850 851 |
# File 'sig/types.rbs', line 849 def dynamic_range_compression_line @dynamic_range_compression_line end |
#dynamic_range_compression_rf ⇒ "NONE", ...
Returns the value of attribute dynamic_range_compression_rf.
850 851 852 |
# File 'sig/types.rbs', line 850 def dynamic_range_compression_rf @dynamic_range_compression_rf end |
#dynamic_range_control ⇒ "SPECIFIED", "INITIALIZE_FROM_SOURCE"
Returns the value of attribute dynamic_range_control.
851 852 853 |
# File 'sig/types.rbs', line 851 def dynamic_range_control @dynamic_range_control end |
#lo_ro_center_mix_level ⇒ ::Float
Returns the value of attribute lo_ro_center_mix_level.
852 853 854 |
# File 'sig/types.rbs', line 852 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.
853 854 855 |
# File 'sig/types.rbs', line 853 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.
854 855 856 |
# File 'sig/types.rbs', line 854 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.
855 856 857 |
# File 'sig/types.rbs', line 855 def lt_rt_surround_mix_level @lt_rt_surround_mix_level end |
#metering_mode ⇒ "LEQ_A", ...
Returns the value of attribute metering_mode.
856 857 858 |
# File 'sig/types.rbs', line 856 def metering_mode @metering_mode end |
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
857 858 859 |
# File 'sig/types.rbs', line 857 def sample_rate @sample_rate end |
#speech_threshold ⇒ ::Integer
Returns the value of attribute speech_threshold.
858 859 860 |
# File 'sig/types.rbs', line 858 def speech_threshold @speech_threshold end |
#stereo_downmix ⇒ "NOT_INDICATED", ...
Returns the value of attribute stereo_downmix.
859 860 861 |
# File 'sig/types.rbs', line 859 def stereo_downmix @stereo_downmix end |
#surround_ex_mode ⇒ "NOT_INDICATED", ...
Returns the value of attribute surround_ex_mode.
860 861 862 |
# File 'sig/types.rbs', line 860 def surround_ex_mode @surround_ex_mode end |