Class: Aws::Types::Ac3Settings
- Inherits:
-
Object
- Object
- Aws::Types::Ac3Settings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attenuation_control ⇒ "ATTENUATE_3_DB", "NONE"
Returns the value of attribute attenuation_control.
-
#bitrate ⇒ ::Float
Returns the value of attribute bitrate.
-
#bitstream_mode ⇒ "COMMENTARY", ...
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.
-
#drc_profile ⇒ "FILM_STANDARD", "NONE"
Returns the value of attribute drc_profile.
-
#lfe_filter ⇒ "DISABLED", "ENABLED"
Returns the value of attribute lfe_filter.
-
#metadata_control ⇒ "FOLLOW_INPUT", "USE_CONFIGURED"
Returns the value of attribute metadata_control.
Instance Attribute Details
#attenuation_control ⇒ "ATTENUATE_3_DB", "NONE"
Returns the value of attribute attenuation_control.
32 33 34 |
# File 'sig/types.rbs', line 32 def attenuation_control @attenuation_control end |
#bitrate ⇒ ::Float
Returns the value of attribute bitrate.
25 26 27 |
# File 'sig/types.rbs', line 25 def bitrate @bitrate end |
#bitstream_mode ⇒ "COMMENTARY", ...
Returns the value of attribute bitstream_mode.
26 27 28 |
# File 'sig/types.rbs', line 26 def bitstream_mode @bitstream_mode end |
#coding_mode ⇒ "CODING_MODE_1_0", ...
Returns the value of attribute coding_mode.
27 28 29 |
# File 'sig/types.rbs', line 27 def coding_mode @coding_mode end |
#dialnorm ⇒ ::Integer
Returns the value of attribute dialnorm.
28 29 30 |
# File 'sig/types.rbs', line 28 def dialnorm @dialnorm end |
#drc_profile ⇒ "FILM_STANDARD", "NONE"
Returns the value of attribute drc_profile.
29 30 31 |
# File 'sig/types.rbs', line 29 def drc_profile @drc_profile end |
#lfe_filter ⇒ "DISABLED", "ENABLED"
Returns the value of attribute lfe_filter.
30 31 32 |
# File 'sig/types.rbs', line 30 def lfe_filter @lfe_filter end |
#metadata_control ⇒ "FOLLOW_INPUT", "USE_CONFIGURED"
Returns the value of attribute metadata_control.
31 32 33 |
# File 'sig/types.rbs', line 31 def @metadata_control end |