Class: Aws::Types::Mp2Settings
- Inherits:
-
Object
- Object
- Aws::Types::Mp2Settings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bitrate ⇒ ::Float
Returns the value of attribute bitrate.
-
#coding_mode ⇒ "CODING_MODE_1_0", "CODING_MODE_2_0"
Returns the value of attribute coding_mode.
-
#sample_rate ⇒ ::Float
Returns the value of attribute sample_rate.
Instance Attribute Details
#bitrate ⇒ ::Float
Returns the value of attribute bitrate.
2326 2327 2328 |
# File 'sig/types.rbs', line 2326 def bitrate @bitrate end |
#coding_mode ⇒ "CODING_MODE_1_0", "CODING_MODE_2_0"
Returns the value of attribute coding_mode.
2327 2328 2329 |
# File 'sig/types.rbs', line 2327 def coding_mode @coding_mode end |
#sample_rate ⇒ ::Float
Returns the value of attribute sample_rate.
2328 2329 2330 |
# File 'sig/types.rbs', line 2328 def sample_rate @sample_rate end |