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 ⇒ ::Float
Returns the value of attribute bit_depth.
-
#coding_mode ⇒ "CODING_MODE_1_0", ...
Returns the value of attribute coding_mode.
-
#sample_rate ⇒ ::Float
Returns the value of attribute sample_rate.
Instance Attribute Details
#bit_depth ⇒ ::Float
Returns the value of attribute bit_depth.
3609 3610 3611 |
# File 'sig/types.rbs', line 3609 def bit_depth @bit_depth end |
#coding_mode ⇒ "CODING_MODE_1_0", ...
Returns the value of attribute coding_mode.
3610 3611 3612 |
# File 'sig/types.rbs', line 3610 def coding_mode @coding_mode end |
#sample_rate ⇒ ::Float
Returns the value of attribute sample_rate.
3611 3612 3613 |
# File 'sig/types.rbs', line 3611 def sample_rate @sample_rate end |