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.
865 866 867 |
# File 'sig/types.rbs', line 865 def bitrate @bitrate end |
#bitstream_mode ⇒ "COMPLETE_MAIN"
Returns the value of attribute bitstream_mode.
866 867 868 |
# File 'sig/types.rbs', line 866 def bitstream_mode @bitstream_mode end |
#coding_mode ⇒ "CODING_MODE_AUTO", ...
Returns the value of attribute coding_mode.
867 868 869 |
# File 'sig/types.rbs', line 867 def coding_mode @coding_mode end |
#dialogue_intelligence ⇒ "ENABLED", "DISABLED"
Returns the value of attribute dialogue_intelligence.
868 869 870 |
# File 'sig/types.rbs', line 868 def dialogue_intelligence @dialogue_intelligence end |
#downmix_control ⇒ "SPECIFIED", "INITIALIZE_FROM_SOURCE"
Returns the value of attribute downmix_control.
869 870 871 |
# File 'sig/types.rbs', line 869 def downmix_control @downmix_control end |
#dynamic_range_compression_line ⇒ "NONE", ...
Returns the value of attribute dynamic_range_compression_line.
870 871 872 |
# File 'sig/types.rbs', line 870 def dynamic_range_compression_line @dynamic_range_compression_line end |
#dynamic_range_compression_rf ⇒ "NONE", ...
Returns the value of attribute dynamic_range_compression_rf.
871 872 873 |
# File 'sig/types.rbs', line 871 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.
872 873 874 |
# File 'sig/types.rbs', line 872 def dynamic_range_control @dynamic_range_control end |
#lo_ro_center_mix_level ⇒ ::Float
Returns the value of attribute lo_ro_center_mix_level.
873 874 875 |
# File 'sig/types.rbs', line 873 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.
874 875 876 |
# File 'sig/types.rbs', line 874 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.
875 876 877 |
# File 'sig/types.rbs', line 875 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.
876 877 878 |
# File 'sig/types.rbs', line 876 def lt_rt_surround_mix_level @lt_rt_surround_mix_level end |
#metering_mode ⇒ "LEQ_A", ...
Returns the value of attribute metering_mode.
877 878 879 |
# File 'sig/types.rbs', line 877 def metering_mode @metering_mode end |
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
878 879 880 |
# File 'sig/types.rbs', line 878 def sample_rate @sample_rate end |
#speech_threshold ⇒ ::Integer
Returns the value of attribute speech_threshold.
879 880 881 |
# File 'sig/types.rbs', line 879 def speech_threshold @speech_threshold end |
#stereo_downmix ⇒ "NOT_INDICATED", ...
Returns the value of attribute stereo_downmix.
880 881 882 |
# File 'sig/types.rbs', line 880 def stereo_downmix @stereo_downmix end |
#surround_ex_mode ⇒ "NOT_INDICATED", ...
Returns the value of attribute surround_ex_mode.
881 882 883 |
# File 'sig/types.rbs', line 881 def surround_ex_mode @surround_ex_mode end |