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.
2664 2665 2666 |
# File 'sig/types.rbs', line 2664 def channels @channels end |
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
2665 2666 2667 |
# File 'sig/types.rbs', line 2665 def sample_rate @sample_rate end |
#vbr_quality ⇒ ::Integer
Returns the value of attribute vbr_quality.
2666 2667 2668 |
# File 'sig/types.rbs', line 2666 def vbr_quality @vbr_quality end |