Class: Aws::Types::Mp2Settings
- Inherits:
-
Object
- Object
- Aws::Types::Mp2Settings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_description_mix ⇒ "BROADCASTER_MIXED_AD", "NONE"
Returns the value of attribute audio_description_mix.
-
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
-
#channels ⇒ ::Integer
Returns the value of attribute channels.
-
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
Instance Attribute Details
#audio_description_mix ⇒ "BROADCASTER_MIXED_AD", "NONE"
Returns the value of attribute audio_description_mix.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def audio_description_mix @audio_description_mix end |
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def bitrate @bitrate end |
#channels ⇒ ::Integer
Returns the value of attribute channels.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def channels @channels end |
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def sample_rate @sample_rate end |