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.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def bitrate @bitrate end |
#channels ⇒ ::Integer
Returns the value of attribute channels.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def channels @channels end |
#rate_control_mode ⇒ "CBR", "VBR"
Returns the value of attribute rate_control_mode.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def rate_control_mode @rate_control_mode end |
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def sample_rate @sample_rate end |
#vbr_quality ⇒ ::Integer
Returns the value of attribute vbr_quality.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def vbr_quality @vbr_quality end |