Class: Aws::Types::AudioPid
- Inherits:
-
Object
- Object
- Aws::Types::AudioPid
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dolby_e_decode ⇒ Types::AudioDolbyEDecode
Returns the value of attribute dolby_e_decode.
-
#pid ⇒ ::Integer
Returns the value of attribute pid.
-
#premix_settings ⇒ Types::AudioPreMixerSettings
Returns the value of attribute premix_settings.
Instance Attribute Details
#dolby_e_decode ⇒ Types::AudioDolbyEDecode
Returns the value of attribute dolby_e_decode.
6028 6029 6030 |
# File 'sig/types.rbs', line 6028 def dolby_e_decode @dolby_e_decode end |
#pid ⇒ ::Integer
Returns the value of attribute pid.
6029 6030 6031 |
# File 'sig/types.rbs', line 6029 def pid @pid end |
#premix_settings ⇒ Types::AudioPreMixerSettings
Returns the value of attribute premix_settings.
6030 6031 6032 |
# File 'sig/types.rbs', line 6030 def premix_settings @premix_settings end |