Class: Aws::Types::AudioPid

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dolby_e_decodeTypes::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.

Returns:

  • (::Integer)


6029
6030
6031
# File 'sig/types.rbs', line 6029

def pid
  @pid
end

#premix_settingsTypes::AudioPreMixerSettings

Returns the value of attribute premix_settings.



6030
6031
6032
# File 'sig/types.rbs', line 6030

def premix_settings
  @premix_settings
end