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:



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

def aac_settings
  @aac_settings
end

#ac_3_settingsTypes::Ac3Settings

Returns the value of attribute ac_3_settings.

Returns:



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

def ac_3_settings
  @ac_3_settings
end

#ac_4_settingsTypes::Ac4Settings

Returns the value of attribute ac_4_settings.

Returns:



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

def ac_4_settings
  @ac_4_settings
end

#aiff_settingsTypes::AiffSettings

Returns the value of attribute aiff_settings.

Returns:



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

def aiff_settings
  @aiff_settings
end

#codec"AAC", ...

Returns the value of attribute codec.

Returns:

  • ("AAC", "MP2", "MP3", "WAV", "AIFF", "AC3", "AC4", "EAC3", "EAC3_ATMOS", "VORBIS", "OPUS", "PASSTHROUGH", "FLAC")


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

def codec
  @codec
end

#eac_3_atmos_settingsTypes::Eac3AtmosSettings

Returns the value of attribute eac_3_atmos_settings.



110
111
112
# File 'sig/types.rbs', line 110

def eac_3_atmos_settings
  @eac_3_atmos_settings
end

#eac_3_settingsTypes::Eac3Settings

Returns the value of attribute eac_3_settings.

Returns:



111
112
113
# File 'sig/types.rbs', line 111

def eac_3_settings
  @eac_3_settings
end

#flac_settingsTypes::FlacSettings

Returns the value of attribute flac_settings.

Returns:



112
113
114
# File 'sig/types.rbs', line 112

def flac_settings
  @flac_settings
end

#mp_2_settingsTypes::Mp2Settings

Returns the value of attribute mp_2_settings.

Returns:



113
114
115
# File 'sig/types.rbs', line 113

def mp_2_settings
  @mp_2_settings
end

#mp_3_settingsTypes::Mp3Settings

Returns the value of attribute mp_3_settings.

Returns:



114
115
116
# File 'sig/types.rbs', line 114

def mp_3_settings
  @mp_3_settings
end

#opus_settingsTypes::OpusSettings

Returns the value of attribute opus_settings.

Returns:



115
116
117
# File 'sig/types.rbs', line 115

def opus_settings
  @opus_settings
end

#vorbis_settingsTypes::VorbisSettings

Returns the value of attribute vorbis_settings.



116
117
118
# File 'sig/types.rbs', line 116

def vorbis_settings
  @vorbis_settings
end

#wav_settingsTypes::WavSettings

Returns the value of attribute wav_settings.

Returns:



117
118
119
# File 'sig/types.rbs', line 117

def wav_settings
  @wav_settings
end