Class: Aws::Types::Ac3Settings
- Inherits:
-
Object
- Object
- Aws::Types::Ac3Settings
- 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_1_0", ...
Returns the value of attribute coding_mode.
-
#dialnorm ⇒ ::Integer
Returns the value of attribute dialnorm.
-
#dynamic_range_compression_line ⇒ "FILM_STANDARD", ...
Returns the value of attribute dynamic_range_compression_line.
-
#dynamic_range_compression_profile ⇒ "FILM_STANDARD", "NONE"
Returns the value of attribute dynamic_range_compression_profile.
-
#dynamic_range_compression_rf ⇒ "FILM_STANDARD", ...
Returns the value of attribute dynamic_range_compression_rf.
-
#lfe_filter ⇒ "ENABLED", "DISABLED"
Returns the value of attribute lfe_filter.
-
#metadata_control ⇒ "FOLLOW_INPUT", "USE_CONFIGURED"
Returns the value of attribute metadata_control.
-
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
Instance Attribute Details
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
28 29 30 |
# File 'sig/types.rbs', line 28 def bitrate @bitrate end |
#bitstream_mode ⇒ "COMPLETE_MAIN", ...
Returns the value of attribute bitstream_mode.
29 30 31 |
# File 'sig/types.rbs', line 29 def bitstream_mode @bitstream_mode end |
#coding_mode ⇒ "CODING_MODE_1_0", ...
Returns the value of attribute coding_mode.
30 31 32 |
# File 'sig/types.rbs', line 30 def coding_mode @coding_mode end |
#dialnorm ⇒ ::Integer
Returns the value of attribute dialnorm.
31 32 33 |
# File 'sig/types.rbs', line 31 def dialnorm @dialnorm end |
#dynamic_range_compression_line ⇒ "FILM_STANDARD", ...
Returns the value of attribute dynamic_range_compression_line.
32 33 34 |
# File 'sig/types.rbs', line 32 def dynamic_range_compression_line @dynamic_range_compression_line end |
#dynamic_range_compression_profile ⇒ "FILM_STANDARD", "NONE"
Returns the value of attribute dynamic_range_compression_profile.
33 34 35 |
# File 'sig/types.rbs', line 33 def dynamic_range_compression_profile @dynamic_range_compression_profile end |
#dynamic_range_compression_rf ⇒ "FILM_STANDARD", ...
Returns the value of attribute dynamic_range_compression_rf.
34 35 36 |
# File 'sig/types.rbs', line 34 def dynamic_range_compression_rf @dynamic_range_compression_rf end |
#lfe_filter ⇒ "ENABLED", "DISABLED"
Returns the value of attribute lfe_filter.
35 36 37 |
# File 'sig/types.rbs', line 35 def lfe_filter @lfe_filter end |
#metadata_control ⇒ "FOLLOW_INPUT", "USE_CONFIGURED"
Returns the value of attribute metadata_control.
36 37 38 |
# File 'sig/types.rbs', line 36 def @metadata_control end |
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
37 38 39 |
# File 'sig/types.rbs', line 37 def sample_rate @sample_rate end |