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.
2323 2324 2325 |
# File 'sig/types.rbs', line 2323 def bitrate @bitrate end |
#coding_mode ⇒ "CODING_MODE_1_0", "CODING_MODE_2_0"
Returns the value of attribute coding_mode.
2324 2325 2326 |
# File 'sig/types.rbs', line 2324 def coding_mode @coding_mode end |
#sample_rate ⇒ ::Float
Returns the value of attribute sample_rate.
2325 2326 2327 |
# File 'sig/types.rbs', line 2325 def sample_rate @sample_rate end |