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.
3617 3618 3619 |
# File 'sig/types.rbs', line 3617 def bit_depth @bit_depth end |
#coding_mode ⇒ "CODING_MODE_1_0", ...
Returns the value of attribute coding_mode.
3618 3619 3620 |
# File 'sig/types.rbs', line 3618 def coding_mode @coding_mode end |
#sample_rate ⇒ ::Float
Returns the value of attribute sample_rate.
3619 3620 3621 |
# File 'sig/types.rbs', line 3619 def sample_rate @sample_rate end |