Class: Aws::MediaConvert::Types::Eac3Settings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconvert/types.rb

Overview

Required when you set Codec to the value EAC3.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attenuation_controlString

If set to ATTENUATE_3_DB, applies a 3 dB attenuation to the surround channels. Only used for 3/2 coding mode.

Returns:

  • (String)


4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4630

class Eac3Settings < Struct.new(
  :attenuation_control,
  :bitrate,
  :bitstream_mode,
  :coding_mode,
  :dc_filter,
  :dialnorm,
  :dynamic_range_compression_line,
  :dynamic_range_compression_rf,
  :lfe_control,
  :lfe_filter,
  :lo_ro_center_mix_level,
  :lo_ro_surround_mix_level,
  :lt_rt_center_mix_level,
  :lt_rt_surround_mix_level,
  :metadata_control,
  :passthrough_control,
  :phase_control,
  :sample_rate,
  :stereo_downmix,
  :surround_ex_mode,
  :surround_mode)
  SENSITIVE = []
  include Aws::Structure
end

#bitrateInteger

Specify the average bitrate in bits per second. The bitrate that you specify must be a multiple of 8000 within the allowed minimum and maximum values. Leave blank to use the default bitrate for the coding mode you select according ETSI TS 102 366. Valid bitrates for coding mode 1/0: Default: 96000. Minimum: 32000. Maximum: 3024000. Valid bitrates for coding mode 2/0: Default: 192000. Minimum: 96000. Maximum: 3024000. Valid bitrates for coding mode 3/2: Default:

  1. Minimum: 192000. Maximum: 3024000.

Returns:

  • (Integer)


4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4630

class Eac3Settings < Struct.new(
  :attenuation_control,
  :bitrate,
  :bitstream_mode,
  :coding_mode,
  :dc_filter,
  :dialnorm,
  :dynamic_range_compression_line,
  :dynamic_range_compression_rf,
  :lfe_control,
  :lfe_filter,
  :lo_ro_center_mix_level,
  :lo_ro_surround_mix_level,
  :lt_rt_center_mix_level,
  :lt_rt_surround_mix_level,
  :metadata_control,
  :passthrough_control,
  :phase_control,
  :sample_rate,
  :stereo_downmix,
  :surround_ex_mode,
  :surround_mode)
  SENSITIVE = []
  include Aws::Structure
end

#bitstream_modeString

Specify the bitstream mode for the E-AC-3 stream that the encoder emits. For more information about the EAC3 bitstream mode, see ATSC A/52-2012 (Annex E).

Returns:

  • (String)


4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4630

class Eac3Settings < Struct.new(
  :attenuation_control,
  :bitrate,
  :bitstream_mode,
  :coding_mode,
  :dc_filter,
  :dialnorm,
  :dynamic_range_compression_line,
  :dynamic_range_compression_rf,
  :lfe_control,
  :lfe_filter,
  :lo_ro_center_mix_level,
  :lo_ro_surround_mix_level,
  :lt_rt_center_mix_level,
  :lt_rt_surround_mix_level,
  :metadata_control,
  :passthrough_control,
  :phase_control,
  :sample_rate,
  :stereo_downmix,
  :surround_ex_mode,
  :surround_mode)
  SENSITIVE = []
  include Aws::Structure
end

#coding_modeString

Dolby Digital Plus coding mode. Determines number of channels.

Returns:

  • (String)


4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4630

class Eac3Settings < Struct.new(
  :attenuation_control,
  :bitrate,
  :bitstream_mode,
  :coding_mode,
  :dc_filter,
  :dialnorm,
  :dynamic_range_compression_line,
  :dynamic_range_compression_rf,
  :lfe_control,
  :lfe_filter,
  :lo_ro_center_mix_level,
  :lo_ro_surround_mix_level,
  :lt_rt_center_mix_level,
  :lt_rt_surround_mix_level,
  :metadata_control,
  :passthrough_control,
  :phase_control,
  :sample_rate,
  :stereo_downmix,
  :surround_ex_mode,
  :surround_mode)
  SENSITIVE = []
  include Aws::Structure
end

#dc_filterString

Activates a DC highpass filter for all input channels.

Returns:

  • (String)


4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4630

class Eac3Settings < Struct.new(
  :attenuation_control,
  :bitrate,
  :bitstream_mode,
  :coding_mode,
  :dc_filter,
  :dialnorm,
  :dynamic_range_compression_line,
  :dynamic_range_compression_rf,
  :lfe_control,
  :lfe_filter,
  :lo_ro_center_mix_level,
  :lo_ro_surround_mix_level,
  :lt_rt_center_mix_level,
  :lt_rt_surround_mix_level,
  :metadata_control,
  :passthrough_control,
  :phase_control,
  :sample_rate,
  :stereo_downmix,
  :surround_ex_mode,
  :surround_mode)
  SENSITIVE = []
  include Aws::Structure
end

#dialnormInteger

Sets the dialnorm for the output. If blank and input audio is Dolby Digital Plus, dialnorm will be passed through.

Returns:

  • (Integer)


4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4630

class Eac3Settings < Struct.new(
  :attenuation_control,
  :bitrate,
  :bitstream_mode,
  :coding_mode,
  :dc_filter,
  :dialnorm,
  :dynamic_range_compression_line,
  :dynamic_range_compression_rf,
  :lfe_control,
  :lfe_filter,
  :lo_ro_center_mix_level,
  :lo_ro_surround_mix_level,
  :lt_rt_center_mix_level,
  :lt_rt_surround_mix_level,
  :metadata_control,
  :passthrough_control,
  :phase_control,
  :sample_rate,
  :stereo_downmix,
  :surround_ex_mode,
  :surround_mode)
  SENSITIVE = []
  include Aws::Structure
end

#dynamic_range_compression_lineString

Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the line operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile. For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.

Returns:

  • (String)


4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4630

class Eac3Settings < Struct.new(
  :attenuation_control,
  :bitrate,
  :bitstream_mode,
  :coding_mode,
  :dc_filter,
  :dialnorm,
  :dynamic_range_compression_line,
  :dynamic_range_compression_rf,
  :lfe_control,
  :lfe_filter,
  :lo_ro_center_mix_level,
  :lo_ro_surround_mix_level,
  :lt_rt_center_mix_level,
  :lt_rt_surround_mix_level,
  :metadata_control,
  :passthrough_control,
  :phase_control,
  :sample_rate,
  :stereo_downmix,
  :surround_ex_mode,
  :surround_mode)
  SENSITIVE = []
  include Aws::Structure
end

#dynamic_range_compression_rfString

Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the RF operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile. For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.

Returns:

  • (String)


4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4630

class Eac3Settings < Struct.new(
  :attenuation_control,
  :bitrate,
  :bitstream_mode,
  :coding_mode,
  :dc_filter,
  :dialnorm,
  :dynamic_range_compression_line,
  :dynamic_range_compression_rf,
  :lfe_control,
  :lfe_filter,
  :lo_ro_center_mix_level,
  :lo_ro_surround_mix_level,
  :lt_rt_center_mix_level,
  :lt_rt_surround_mix_level,
  :metadata_control,
  :passthrough_control,
  :phase_control,
  :sample_rate,
  :stereo_downmix,
  :surround_ex_mode,
  :surround_mode)
  SENSITIVE = []
  include Aws::Structure
end

#lfe_controlString

When encoding 3/2 audio, controls whether the LFE channel is enabled

Returns:

  • (String)


4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4630

class Eac3Settings < Struct.new(
  :attenuation_control,
  :bitrate,
  :bitstream_mode,
  :coding_mode,
  :dc_filter,
  :dialnorm,
  :dynamic_range_compression_line,
  :dynamic_range_compression_rf,
  :lfe_control,
  :lfe_filter,
  :lo_ro_center_mix_level,
  :lo_ro_surround_mix_level,
  :lt_rt_center_mix_level,
  :lt_rt_surround_mix_level,
  :metadata_control,
  :passthrough_control,
  :phase_control,
  :sample_rate,
  :stereo_downmix,
  :surround_ex_mode,
  :surround_mode)
  SENSITIVE = []
  include Aws::Structure
end

#lfe_filterString

Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with 3_2_LFE coding mode.

Returns:

  • (String)


4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4630

class Eac3Settings < Struct.new(
  :attenuation_control,
  :bitrate,
  :bitstream_mode,
  :coding_mode,
  :dc_filter,
  :dialnorm,
  :dynamic_range_compression_line,
  :dynamic_range_compression_rf,
  :lfe_control,
  :lfe_filter,
  :lo_ro_center_mix_level,
  :lo_ro_surround_mix_level,
  :lt_rt_center_mix_level,
  :lt_rt_surround_mix_level,
  :metadata_control,
  :passthrough_control,
  :phase_control,
  :sample_rate,
  :stereo_downmix,
  :surround_ex_mode,
  :surround_mode)
  SENSITIVE = []
  include Aws::Structure
end

#lo_ro_center_mix_levelFloat

Specify a value for the following Dolby Digital Plus setting: Left only/Right only center mix. MediaConvert uses this value for downmixing. How the service uses this value depends on the value that you choose for Stereo downmix. Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. This setting applies only if you keep the default value of 3/2 - L, R, C, Ls, Rs for the setting Coding mode. If you choose a different value for Coding mode, the service ignores Left only/Right only center.

Returns:

  • (Float)


4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4630

class Eac3Settings < Struct.new(
  :attenuation_control,
  :bitrate,
  :bitstream_mode,
  :coding_mode,
  :dc_filter,
  :dialnorm,
  :dynamic_range_compression_line,
  :dynamic_range_compression_rf,
  :lfe_control,
  :lfe_filter,
  :lo_ro_center_mix_level,
  :lo_ro_surround_mix_level,
  :lt_rt_center_mix_level,
  :lt_rt_surround_mix_level,
  :metadata_control,
  :passthrough_control,
  :phase_control,
  :sample_rate,
  :stereo_downmix,
  :surround_ex_mode,
  :surround_mode)
  SENSITIVE = []
  include Aws::Structure
end

#lo_ro_surround_mix_levelFloat

Specify a value for the following Dolby Digital Plus setting: Left only/Right only. MediaConvert uses this value for downmixing. How the service uses this value depends on the value that you choose for Stereo downmix. Valid values: -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. This setting applies only if you keep the default value of 3/2 - L, R, C, Ls, Rs for the setting Coding mode. If you choose a different value for Coding mode, the service ignores Left only/Right only surround.

Returns:

  • (Float)


4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4630

class Eac3Settings < Struct.new(
  :attenuation_control,
  :bitrate,
  :bitstream_mode,
  :coding_mode,
  :dc_filter,
  :dialnorm,
  :dynamic_range_compression_line,
  :dynamic_range_compression_rf,
  :lfe_control,
  :lfe_filter,
  :lo_ro_center_mix_level,
  :lo_ro_surround_mix_level,
  :lt_rt_center_mix_level,
  :lt_rt_surround_mix_level,
  :metadata_control,
  :passthrough_control,
  :phase_control,
  :sample_rate,
  :stereo_downmix,
  :surround_ex_mode,
  :surround_mode)
  SENSITIVE = []
  include Aws::Structure
end

#lt_rt_center_mix_levelFloat

Specify a value for the following Dolby Digital Plus setting: Left total/Right total center mix. MediaConvert uses this value for downmixing. How the service uses this value depends on the value that you choose for Stereo downmix. Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. This setting applies only if you keep the default value of 3/2 - L, R, C, Ls, Rs for the setting Coding mode. If you choose a different value for Coding mode, the service ignores Left total/Right total center.

Returns:

  • (Float)


4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4630

class Eac3Settings < Struct.new(
  :attenuation_control,
  :bitrate,
  :bitstream_mode,
  :coding_mode,
  :dc_filter,
  :dialnorm,
  :dynamic_range_compression_line,
  :dynamic_range_compression_rf,
  :lfe_control,
  :lfe_filter,
  :lo_ro_center_mix_level,
  :lo_ro_surround_mix_level,
  :lt_rt_center_mix_level,
  :lt_rt_surround_mix_level,
  :metadata_control,
  :passthrough_control,
  :phase_control,
  :sample_rate,
  :stereo_downmix,
  :surround_ex_mode,
  :surround_mode)
  SENSITIVE = []
  include Aws::Structure
end

#lt_rt_surround_mix_levelFloat

Specify a value for the following Dolby Digital Plus setting: Left total/Right total surround mix. MediaConvert uses this value for downmixing. How the service uses this value depends on the value that you choose for Stereo downmix. Valid values: -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. This setting applies only if you keep the default value of 3/2 - L, R, C, Ls, Rs for the setting Coding mode. If you choose a different value for Coding mode, the service ignores Left total/Right total surround.

Returns:

  • (Float)


4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4630

class Eac3Settings < Struct.new(
  :attenuation_control,
  :bitrate,
  :bitstream_mode,
  :coding_mode,
  :dc_filter,
  :dialnorm,
  :dynamic_range_compression_line,
  :dynamic_range_compression_rf,
  :lfe_control,
  :lfe_filter,
  :lo_ro_center_mix_level,
  :lo_ro_surround_mix_level,
  :lt_rt_center_mix_level,
  :lt_rt_surround_mix_level,
  :metadata_control,
  :passthrough_control,
  :phase_control,
  :sample_rate,
  :stereo_downmix,
  :surround_ex_mode,
  :surround_mode)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_controlString

When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.

Returns:

  • (String)


4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4630

class Eac3Settings < Struct.new(
  :attenuation_control,
  :bitrate,
  :bitstream_mode,
  :coding_mode,
  :dc_filter,
  :dialnorm,
  :dynamic_range_compression_line,
  :dynamic_range_compression_rf,
  :lfe_control,
  :lfe_filter,
  :lo_ro_center_mix_level,
  :lo_ro_surround_mix_level,
  :lt_rt_center_mix_level,
  :lt_rt_surround_mix_level,
  :metadata_control,
  :passthrough_control,
  :phase_control,
  :sample_rate,
  :stereo_downmix,
  :surround_ex_mode,
  :surround_mode)
  SENSITIVE = []
  include Aws::Structure
end

#passthrough_controlString

When set to WHEN_POSSIBLE, input DD+ audio will be passed through if it is present on the input. this detection is dynamic over the life of the transcode. Inputs that alternate between DD+ and non-DD+ content will have a consistent DD+ output as the system alternates between passthrough and encoding.

Returns:

  • (String)


4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4630

class Eac3Settings < Struct.new(
  :attenuation_control,
  :bitrate,
  :bitstream_mode,
  :coding_mode,
  :dc_filter,
  :dialnorm,
  :dynamic_range_compression_line,
  :dynamic_range_compression_rf,
  :lfe_control,
  :lfe_filter,
  :lo_ro_center_mix_level,
  :lo_ro_surround_mix_level,
  :lt_rt_center_mix_level,
  :lt_rt_surround_mix_level,
  :metadata_control,
  :passthrough_control,
  :phase_control,
  :sample_rate,
  :stereo_downmix,
  :surround_ex_mode,
  :surround_mode)
  SENSITIVE = []
  include Aws::Structure
end

#phase_controlString

Controls the amount of phase-shift applied to the surround channels. Only used for 3/2 coding mode.

Returns:

  • (String)


4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4630

class Eac3Settings < Struct.new(
  :attenuation_control,
  :bitrate,
  :bitstream_mode,
  :coding_mode,
  :dc_filter,
  :dialnorm,
  :dynamic_range_compression_line,
  :dynamic_range_compression_rf,
  :lfe_control,
  :lfe_filter,
  :lo_ro_center_mix_level,
  :lo_ro_surround_mix_level,
  :lt_rt_center_mix_level,
  :lt_rt_surround_mix_level,
  :metadata_control,
  :passthrough_control,
  :phase_control,
  :sample_rate,
  :stereo_downmix,
  :surround_ex_mode,
  :surround_mode)
  SENSITIVE = []
  include Aws::Structure
end

#sample_rateInteger

This value is always 48000. It represents the sample rate in Hz.

Returns:

  • (Integer)


4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4630

class Eac3Settings < Struct.new(
  :attenuation_control,
  :bitrate,
  :bitstream_mode,
  :coding_mode,
  :dc_filter,
  :dialnorm,
  :dynamic_range_compression_line,
  :dynamic_range_compression_rf,
  :lfe_control,
  :lfe_filter,
  :lo_ro_center_mix_level,
  :lo_ro_surround_mix_level,
  :lt_rt_center_mix_level,
  :lt_rt_surround_mix_level,
  :metadata_control,
  :passthrough_control,
  :phase_control,
  :sample_rate,
  :stereo_downmix,
  :surround_ex_mode,
  :surround_mode)
  SENSITIVE = []
  include Aws::Structure
end

#stereo_downmixString

Choose how the service does stereo downmixing. This setting only applies if you keep the default value of 3/2 - L, R, C, Ls, Rs for the setting Coding mode. If you choose a different value for Coding mode, the service ignores Stereo downmix.

Returns:

  • (String)


4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4630

class Eac3Settings < Struct.new(
  :attenuation_control,
  :bitrate,
  :bitstream_mode,
  :coding_mode,
  :dc_filter,
  :dialnorm,
  :dynamic_range_compression_line,
  :dynamic_range_compression_rf,
  :lfe_control,
  :lfe_filter,
  :lo_ro_center_mix_level,
  :lo_ro_surround_mix_level,
  :lt_rt_center_mix_level,
  :lt_rt_surround_mix_level,
  :metadata_control,
  :passthrough_control,
  :phase_control,
  :sample_rate,
  :stereo_downmix,
  :surround_ex_mode,
  :surround_mode)
  SENSITIVE = []
  include Aws::Structure
end

#surround_ex_modeString

When encoding 3/2 audio, sets whether an extra center back surround channel is matrix encoded into the left and right surround channels.

Returns:

  • (String)


4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4630

class Eac3Settings < Struct.new(
  :attenuation_control,
  :bitrate,
  :bitstream_mode,
  :coding_mode,
  :dc_filter,
  :dialnorm,
  :dynamic_range_compression_line,
  :dynamic_range_compression_rf,
  :lfe_control,
  :lfe_filter,
  :lo_ro_center_mix_level,
  :lo_ro_surround_mix_level,
  :lt_rt_center_mix_level,
  :lt_rt_surround_mix_level,
  :metadata_control,
  :passthrough_control,
  :phase_control,
  :sample_rate,
  :stereo_downmix,
  :surround_ex_mode,
  :surround_mode)
  SENSITIVE = []
  include Aws::Structure
end

#surround_modeString

When encoding 2/0 audio, sets whether Dolby Surround is matrix encoded into the two channels.

Returns:

  • (String)


4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4630

class Eac3Settings < Struct.new(
  :attenuation_control,
  :bitrate,
  :bitstream_mode,
  :coding_mode,
  :dc_filter,
  :dialnorm,
  :dynamic_range_compression_line,
  :dynamic_range_compression_rf,
  :lfe_control,
  :lfe_filter,
  :lo_ro_center_mix_level,
  :lo_ro_surround_mix_level,
  :lt_rt_center_mix_level,
  :lt_rt_surround_mix_level,
  :metadata_control,
  :passthrough_control,
  :phase_control,
  :sample_rate,
  :stereo_downmix,
  :surround_ex_mode,
  :surround_mode)
  SENSITIVE = []
  include Aws::Structure
end