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.
1836 1837 1838 |
# File 'sig/types.rbs', line 1836 def audio_description_mix @audio_description_mix end |
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
1837 1838 1839 |
# File 'sig/types.rbs', line 1837 def bitrate @bitrate end |
#channels ⇒ ::Integer
Returns the value of attribute channels.
1838 1839 1840 |
# File 'sig/types.rbs', line 1838 def channels @channels end |
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
1839 1840 1841 |
# File 'sig/types.rbs', line 1839 def sample_rate @sample_rate end |