public static interface Eac3Settings.Builder extends CopyableBuilder<Eac3Settings.Builder,Eac3Settings>
Modifier and Type | Method and Description |
---|---|
Eac3Settings.Builder |
attenuationControl(Eac3AttenuationControl attenuationControl)
Sets the value of the AttenuationControl property for this object.
|
Eac3Settings.Builder |
attenuationControl(String attenuationControl)
Sets the value of the AttenuationControl property for this object.
|
Eac3Settings.Builder |
bitrate(Integer bitrate)
Average bitrate in bits/second.
|
Eac3Settings.Builder |
bitstreamMode(Eac3BitstreamMode bitstreamMode)
Sets the value of the BitstreamMode property for this object.
|
Eac3Settings.Builder |
bitstreamMode(String bitstreamMode)
Sets the value of the BitstreamMode property for this object.
|
Eac3Settings.Builder |
codingMode(Eac3CodingMode codingMode)
Sets the value of the CodingMode property for this object.
|
Eac3Settings.Builder |
codingMode(String codingMode)
Sets the value of the CodingMode property for this object.
|
Eac3Settings.Builder |
dcFilter(Eac3DcFilter dcFilter)
Sets the value of the DcFilter property for this object.
|
Eac3Settings.Builder |
dcFilter(String dcFilter)
Sets the value of the DcFilter property for this object.
|
Eac3Settings.Builder |
dialnorm(Integer dialnorm)
Sets the dialnorm for the output.
|
Eac3Settings.Builder |
dynamicRangeCompressionLine(Eac3DynamicRangeCompressionLine dynamicRangeCompressionLine)
Sets the value of the DynamicRangeCompressionLine property for this object.
|
Eac3Settings.Builder |
dynamicRangeCompressionLine(String dynamicRangeCompressionLine)
Sets the value of the DynamicRangeCompressionLine property for this object.
|
Eac3Settings.Builder |
dynamicRangeCompressionRf(Eac3DynamicRangeCompressionRf dynamicRangeCompressionRf)
Sets the value of the DynamicRangeCompressionRf property for this object.
|
Eac3Settings.Builder |
dynamicRangeCompressionRf(String dynamicRangeCompressionRf)
Sets the value of the DynamicRangeCompressionRf property for this object.
|
Eac3Settings.Builder |
lfeControl(Eac3LfeControl lfeControl)
Sets the value of the LfeControl property for this object.
|
Eac3Settings.Builder |
lfeControl(String lfeControl)
Sets the value of the LfeControl property for this object.
|
Eac3Settings.Builder |
lfeFilter(Eac3LfeFilter lfeFilter)
Sets the value of the LfeFilter property for this object.
|
Eac3Settings.Builder |
lfeFilter(String lfeFilter)
Sets the value of the LfeFilter property for this object.
|
Eac3Settings.Builder |
loRoCenterMixLevel(Double loRoCenterMixLevel)
Left only/Right only center mix level.
|
Eac3Settings.Builder |
loRoSurroundMixLevel(Double loRoSurroundMixLevel)
Left only/Right only surround mix level.
|
Eac3Settings.Builder |
ltRtCenterMixLevel(Double ltRtCenterMixLevel)
Left total/Right total center mix level.
|
Eac3Settings.Builder |
ltRtSurroundMixLevel(Double ltRtSurroundMixLevel)
Left total/Right total surround mix level.
|
Eac3Settings.Builder |
metadataControl(Eac3MetadataControl metadataControl)
Sets the value of the MetadataControl property for this object.
|
Eac3Settings.Builder |
metadataControl(String metadataControl)
Sets the value of the MetadataControl property for this object.
|
Eac3Settings.Builder |
passthroughControl(Eac3PassthroughControl passthroughControl)
Sets the value of the PassthroughControl property for this object.
|
Eac3Settings.Builder |
passthroughControl(String passthroughControl)
Sets the value of the PassthroughControl property for this object.
|
Eac3Settings.Builder |
phaseControl(Eac3PhaseControl phaseControl)
Sets the value of the PhaseControl property for this object.
|
Eac3Settings.Builder |
phaseControl(String phaseControl)
Sets the value of the PhaseControl property for this object.
|
Eac3Settings.Builder |
sampleRate(Integer sampleRate)
Sample rate in hz.
|
Eac3Settings.Builder |
stereoDownmix(Eac3StereoDownmix stereoDownmix)
Sets the value of the StereoDownmix property for this object.
|
Eac3Settings.Builder |
stereoDownmix(String stereoDownmix)
Sets the value of the StereoDownmix property for this object.
|
Eac3Settings.Builder |
surroundExMode(Eac3SurroundExMode surroundExMode)
Sets the value of the SurroundExMode property for this object.
|
Eac3Settings.Builder |
surroundExMode(String surroundExMode)
Sets the value of the SurroundExMode property for this object.
|
Eac3Settings.Builder |
surroundMode(Eac3SurroundMode surroundMode)
Sets the value of the SurroundMode property for this object.
|
Eac3Settings.Builder |
surroundMode(String surroundMode)
Sets the value of the SurroundMode property for this object.
|
copy
applyMutation, build
Eac3Settings.Builder attenuationControl(String attenuationControl)
attenuationControl
- The new value for the AttenuationControl property for this object.Eac3AttenuationControl
,
Eac3AttenuationControl
Eac3Settings.Builder attenuationControl(Eac3AttenuationControl attenuationControl)
attenuationControl
- The new value for the AttenuationControl property for this object.Eac3AttenuationControl
,
Eac3AttenuationControl
Eac3Settings.Builder bitrate(Integer bitrate)
bitrate
- Average bitrate in bits/second. Valid bitrates depend on the coding mode.Eac3Settings.Builder bitstreamMode(String bitstreamMode)
bitstreamMode
- The new value for the BitstreamMode property for this object.Eac3BitstreamMode
,
Eac3BitstreamMode
Eac3Settings.Builder bitstreamMode(Eac3BitstreamMode bitstreamMode)
bitstreamMode
- The new value for the BitstreamMode property for this object.Eac3BitstreamMode
,
Eac3BitstreamMode
Eac3Settings.Builder codingMode(String codingMode)
codingMode
- The new value for the CodingMode property for this object.Eac3CodingMode
,
Eac3CodingMode
Eac3Settings.Builder codingMode(Eac3CodingMode codingMode)
codingMode
- The new value for the CodingMode property for this object.Eac3CodingMode
,
Eac3CodingMode
Eac3Settings.Builder dcFilter(String dcFilter)
dcFilter
- The new value for the DcFilter property for this object.Eac3DcFilter
,
Eac3DcFilter
Eac3Settings.Builder dcFilter(Eac3DcFilter dcFilter)
dcFilter
- The new value for the DcFilter property for this object.Eac3DcFilter
,
Eac3DcFilter
Eac3Settings.Builder dialnorm(Integer dialnorm)
dialnorm
- Sets the dialnorm for the output. If blank and input audio is Dolby Digital Plus, dialnorm will be
passed through.Eac3Settings.Builder dynamicRangeCompressionLine(String dynamicRangeCompressionLine)
dynamicRangeCompressionLine
- The new value for the DynamicRangeCompressionLine property for this object.Eac3DynamicRangeCompressionLine
,
Eac3DynamicRangeCompressionLine
Eac3Settings.Builder dynamicRangeCompressionLine(Eac3DynamicRangeCompressionLine dynamicRangeCompressionLine)
dynamicRangeCompressionLine
- The new value for the DynamicRangeCompressionLine property for this object.Eac3DynamicRangeCompressionLine
,
Eac3DynamicRangeCompressionLine
Eac3Settings.Builder dynamicRangeCompressionRf(String dynamicRangeCompressionRf)
dynamicRangeCompressionRf
- The new value for the DynamicRangeCompressionRf property for this object.Eac3DynamicRangeCompressionRf
,
Eac3DynamicRangeCompressionRf
Eac3Settings.Builder dynamicRangeCompressionRf(Eac3DynamicRangeCompressionRf dynamicRangeCompressionRf)
dynamicRangeCompressionRf
- The new value for the DynamicRangeCompressionRf property for this object.Eac3DynamicRangeCompressionRf
,
Eac3DynamicRangeCompressionRf
Eac3Settings.Builder lfeControl(String lfeControl)
lfeControl
- The new value for the LfeControl property for this object.Eac3LfeControl
,
Eac3LfeControl
Eac3Settings.Builder lfeControl(Eac3LfeControl lfeControl)
lfeControl
- The new value for the LfeControl property for this object.Eac3LfeControl
,
Eac3LfeControl
Eac3Settings.Builder lfeFilter(String lfeFilter)
lfeFilter
- The new value for the LfeFilter property for this object.Eac3LfeFilter
,
Eac3LfeFilter
Eac3Settings.Builder lfeFilter(Eac3LfeFilter lfeFilter)
lfeFilter
- The new value for the LfeFilter property for this object.Eac3LfeFilter
,
Eac3LfeFilter
Eac3Settings.Builder loRoCenterMixLevel(Double loRoCenterMixLevel)
loRoCenterMixLevel
- Left only/Right only center mix level. Only used for 3/2 coding mode. Valid values: 3.0, 1.5, 0.0,
-1.5 -3.0 -4.5 -6.0 -60Eac3Settings.Builder loRoSurroundMixLevel(Double loRoSurroundMixLevel)
loRoSurroundMixLevel
- Left only/Right only surround mix level. Only used for 3/2 coding mode. Valid values: -1.5 -3.0 -4.5
-6.0 -60Eac3Settings.Builder ltRtCenterMixLevel(Double ltRtCenterMixLevel)
ltRtCenterMixLevel
- Left total/Right total center mix level. Only used for 3/2 coding mode. Valid values: 3.0, 1.5, 0.0,
-1.5 -3.0 -4.5 -6.0 -60Eac3Settings.Builder ltRtSurroundMixLevel(Double ltRtSurroundMixLevel)
ltRtSurroundMixLevel
- Left total/Right total surround mix level. Only used for 3/2 coding mode. Valid values: -1.5 -3.0 -4.5
-6.0 -60Eac3Settings.Builder metadataControl(String metadataControl)
metadataControl
- The new value for the MetadataControl property for this object.Eac3MetadataControl
,
Eac3MetadataControl
Eac3Settings.Builder metadataControl(Eac3MetadataControl metadataControl)
metadataControl
- The new value for the MetadataControl property for this object.Eac3MetadataControl
,
Eac3MetadataControl
Eac3Settings.Builder passthroughControl(String passthroughControl)
passthroughControl
- The new value for the PassthroughControl property for this object.Eac3PassthroughControl
,
Eac3PassthroughControl
Eac3Settings.Builder passthroughControl(Eac3PassthroughControl passthroughControl)
passthroughControl
- The new value for the PassthroughControl property for this object.Eac3PassthroughControl
,
Eac3PassthroughControl
Eac3Settings.Builder phaseControl(String phaseControl)
phaseControl
- The new value for the PhaseControl property for this object.Eac3PhaseControl
,
Eac3PhaseControl
Eac3Settings.Builder phaseControl(Eac3PhaseControl phaseControl)
phaseControl
- The new value for the PhaseControl property for this object.Eac3PhaseControl
,
Eac3PhaseControl
Eac3Settings.Builder sampleRate(Integer sampleRate)
sampleRate
- Sample rate in hz. Sample rate is always 48000.Eac3Settings.Builder stereoDownmix(String stereoDownmix)
stereoDownmix
- The new value for the StereoDownmix property for this object.Eac3StereoDownmix
,
Eac3StereoDownmix
Eac3Settings.Builder stereoDownmix(Eac3StereoDownmix stereoDownmix)
stereoDownmix
- The new value for the StereoDownmix property for this object.Eac3StereoDownmix
,
Eac3StereoDownmix
Eac3Settings.Builder surroundExMode(String surroundExMode)
surroundExMode
- The new value for the SurroundExMode property for this object.Eac3SurroundExMode
,
Eac3SurroundExMode
Eac3Settings.Builder surroundExMode(Eac3SurroundExMode surroundExMode)
surroundExMode
- The new value for the SurroundExMode property for this object.Eac3SurroundExMode
,
Eac3SurroundExMode
Eac3Settings.Builder surroundMode(String surroundMode)
surroundMode
- The new value for the SurroundMode property for this object.Eac3SurroundMode
,
Eac3SurroundMode
Eac3Settings.Builder surroundMode(Eac3SurroundMode surroundMode)
surroundMode
- The new value for the SurroundMode property for this object.Eac3SurroundMode
,
Eac3SurroundMode
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.