Class: Aws::Types::AiffSettings
- Inherits:
-
Object
- Object
- Aws::Types::AiffSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bit_depth ⇒ ::Integer
Returns the value of attribute bit_depth.
-
#channels ⇒ ::Integer
Returns the value of attribute channels.
-
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
Instance Attribute Details
#bit_depth ⇒ ::Integer
Returns the value of attribute bit_depth.
70 71 72 |
# File 'sig/types.rbs', line 70 def bit_depth @bit_depth end |
#channels ⇒ ::Integer
Returns the value of attribute channels.
71 72 73 |
# File 'sig/types.rbs', line 71 def channels @channels end |
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
72 73 74 |
# File 'sig/types.rbs', line 72 def sample_rate @sample_rate end |