Class: Aws::Types::OpusSettings
- Inherits:
-
Object
- Object
- Aws::Types::OpusSettings
- 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.
-
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
Instance Attribute Details
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
2011 2012 2013 |
# File 'sig/types.rbs', line 2011 def bitrate @bitrate end |
#channels ⇒ ::Integer
Returns the value of attribute channels.
2012 2013 2014 |
# File 'sig/types.rbs', line 2012 def channels @channels end |
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
2013 2014 2015 |
# File 'sig/types.rbs', line 2013 def sample_rate @sample_rate end |