Class: Aws::Types::WavSettings
- Inherits:
-
Object
- Object
- Aws::Types::WavSettings
- 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.
-
#format ⇒ "RIFF", ...
Returns the value of attribute format.
-
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
Instance Attribute Details
#bit_depth ⇒ ::Integer
Returns the value of attribute bit_depth.
2675 2676 2677 |
# File 'sig/types.rbs', line 2675 def bit_depth @bit_depth end |
#channels ⇒ ::Integer
Returns the value of attribute channels.
2676 2677 2678 |
# File 'sig/types.rbs', line 2676 def channels @channels end |
#format ⇒ "RIFF", ...
Returns the value of attribute format.
2677 2678 2679 |
# File 'sig/types.rbs', line 2677 def format @format end |
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
2678 2679 2680 |
# File 'sig/types.rbs', line 2678 def sample_rate @sample_rate end |