Class: Aws::Types::Mp3Settings
- Inherits:
-
Object
- Object
- Aws::Types::Mp3Settings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
-
#channels ⇒ ::Integer
Returns the value of attribute channels.
-
#rate_control_mode ⇒ "CBR", "VBR"
Returns the value of attribute rate_control_mode.
-
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
-
#vbr_quality ⇒ ::Integer
Returns the value of attribute vbr_quality.
Instance Attribute Details
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def bitrate @bitrate end |
#channels ⇒ ::Integer
Returns the value of attribute channels.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def channels @channels end |
#rate_control_mode ⇒ "CBR", "VBR"
Returns the value of attribute rate_control_mode.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def rate_control_mode @rate_control_mode end |
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def sample_rate @sample_rate end |
#vbr_quality ⇒ ::Integer
Returns the value of attribute vbr_quality.
1827 1828 1829 |
# File 'sig/types.rbs', line 1827 def vbr_quality @vbr_quality end |