Class: Aws::Types::VorbisSettings
- Inherits:
-
Object
- Object
- Aws::Types::VorbisSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channels ⇒ ::Integer
Returns the value of attribute channels.
-
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
-
#vbr_quality ⇒ ::Integer
Returns the value of attribute vbr_quality.
Instance Attribute Details
#channels ⇒ ::Integer
Returns the value of attribute channels.
2628 2629 2630 |
# File 'sig/types.rbs', line 2628 def channels @channels end |
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
2629 2630 2631 |
# File 'sig/types.rbs', line 2629 def sample_rate @sample_rate end |
#vbr_quality ⇒ ::Integer
Returns the value of attribute vbr_quality.
2630 2631 2632 |
# File 'sig/types.rbs', line 2630 def vbr_quality @vbr_quality end |