Class: Aws::Types::FlacSettings
- Inherits:
-
Object
- Object
- Aws::Types::FlacSettings
- 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.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def bit_depth @bit_depth end |
#channels ⇒ ::Integer
Returns the value of attribute channels.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def channels @channels end |
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def sample_rate @sample_rate end |