public static interface Ac3Settings.Builder extends CopyableBuilder<Ac3Settings.Builder,Ac3Settings>
| Modifier and Type | Method and Description |
|---|---|
Ac3Settings.Builder |
bitrate(Integer bitrate)
Average bitrate in bits/second.
|
Ac3Settings.Builder |
bitstreamMode(Ac3BitstreamMode bitstreamMode)
Sets the value of the BitstreamMode property for this object.
|
Ac3Settings.Builder |
bitstreamMode(String bitstreamMode)
Sets the value of the BitstreamMode property for this object.
|
Ac3Settings.Builder |
codingMode(Ac3CodingMode codingMode)
Sets the value of the CodingMode property for this object.
|
Ac3Settings.Builder |
codingMode(String codingMode)
Sets the value of the CodingMode property for this object.
|
Ac3Settings.Builder |
dialnorm(Integer dialnorm)
Sets the dialnorm for the output.
|
Ac3Settings.Builder |
dynamicRangeCompressionProfile(Ac3DynamicRangeCompressionProfile dynamicRangeCompressionProfile)
Sets the value of the DynamicRangeCompressionProfile property for this object.
|
Ac3Settings.Builder |
dynamicRangeCompressionProfile(String dynamicRangeCompressionProfile)
Sets the value of the DynamicRangeCompressionProfile property for this object.
|
Ac3Settings.Builder |
lfeFilter(Ac3LfeFilter lfeFilter)
Sets the value of the LfeFilter property for this object.
|
Ac3Settings.Builder |
lfeFilter(String lfeFilter)
Sets the value of the LfeFilter property for this object.
|
Ac3Settings.Builder |
metadataControl(Ac3MetadataControl metadataControl)
Sets the value of the MetadataControl property for this object.
|
Ac3Settings.Builder |
metadataControl(String metadataControl)
Sets the value of the MetadataControl property for this object.
|
Ac3Settings.Builder |
sampleRate(Integer sampleRate)
Sample rate in hz.
|
copyapply, buildAc3Settings.Builder bitrate(Integer bitrate)
bitrate - Average bitrate in bits/second. Valid bitrates depend on the coding mode.Ac3Settings.Builder bitstreamMode(String bitstreamMode)
bitstreamMode - The new value for the BitstreamMode property for this object.Ac3BitstreamMode,
Ac3BitstreamModeAc3Settings.Builder bitstreamMode(Ac3BitstreamMode bitstreamMode)
bitstreamMode - The new value for the BitstreamMode property for this object.Ac3BitstreamMode,
Ac3BitstreamModeAc3Settings.Builder codingMode(String codingMode)
codingMode - The new value for the CodingMode property for this object.Ac3CodingMode,
Ac3CodingModeAc3Settings.Builder codingMode(Ac3CodingMode codingMode)
codingMode - The new value for the CodingMode property for this object.Ac3CodingMode,
Ac3CodingModeAc3Settings.Builder dialnorm(Integer dialnorm)
dialnorm - Sets the dialnorm for the output. If blank and input audio is Dolby Digital, dialnorm will be passed
through.Ac3Settings.Builder dynamicRangeCompressionProfile(String dynamicRangeCompressionProfile)
dynamicRangeCompressionProfile - The new value for the DynamicRangeCompressionProfile property for this object.Ac3DynamicRangeCompressionProfile,
Ac3DynamicRangeCompressionProfileAc3Settings.Builder dynamicRangeCompressionProfile(Ac3DynamicRangeCompressionProfile dynamicRangeCompressionProfile)
dynamicRangeCompressionProfile - The new value for the DynamicRangeCompressionProfile property for this object.Ac3DynamicRangeCompressionProfile,
Ac3DynamicRangeCompressionProfileAc3Settings.Builder lfeFilter(String lfeFilter)
lfeFilter - The new value for the LfeFilter property for this object.Ac3LfeFilter,
Ac3LfeFilterAc3Settings.Builder lfeFilter(Ac3LfeFilter lfeFilter)
lfeFilter - The new value for the LfeFilter property for this object.Ac3LfeFilter,
Ac3LfeFilterAc3Settings.Builder metadataControl(String metadataControl)
metadataControl - The new value for the MetadataControl property for this object.Ac3MetadataControl,
Ac3MetadataControlAc3Settings.Builder metadataControl(Ac3MetadataControl metadataControl)
metadataControl - The new value for the MetadataControl property for this object.Ac3MetadataControl,
Ac3MetadataControlAc3Settings.Builder sampleRate(Integer sampleRate)
sampleRate - Sample rate in hz. Sample rate is always 48000.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.