Class: Aws::Types::AudioCodecSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aac_settingsTypes::AacSettings

Returns the value of attribute aac_settings.

Returns:



102
103
104
# File 'sig/types.rbs', line 102

def aac_settings
  @aac_settings
end

#ac_3_settingsTypes::Ac3Settings

Returns the value of attribute ac_3_settings.

Returns:



103
104
105
# File 'sig/types.rbs', line 103

def ac_3_settings
  @ac_3_settings
end

#eac_3_atmos_settingsTypes::Eac3AtmosSettings

Returns the value of attribute eac_3_atmos_settings.



104
105
106
# File 'sig/types.rbs', line 104

def eac_3_atmos_settings
  @eac_3_atmos_settings
end

#eac_3_settingsTypes::Eac3Settings

Returns the value of attribute eac_3_settings.

Returns:



105
106
107
# File 'sig/types.rbs', line 105

def eac_3_settings
  @eac_3_settings
end

#mp_2_settingsTypes::Mp2Settings

Returns the value of attribute mp_2_settings.

Returns:



106
107
108
# File 'sig/types.rbs', line 106

def mp_2_settings
  @mp_2_settings
end

#pass_through_settingsTypes::PassThroughSettings

Returns the value of attribute pass_through_settings.



107
108
109
# File 'sig/types.rbs', line 107

def pass_through_settings
  @pass_through_settings
end

#wav_settingsTypes::WavSettings

Returns the value of attribute wav_settings.

Returns:



108
109
110
# File 'sig/types.rbs', line 108

def wav_settings
  @wav_settings
end