| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Ac3Settings |
Ac3Settings.clone() |
Ac3Settings |
AudioCodecSettings.getAc3Settings()
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AC3.
|
Ac3Settings |
Ac3Settings.withBitrate(Integer bitrate)
Specify the average bitrate in bits per second.
|
Ac3Settings |
Ac3Settings.withBitstreamMode(Ac3BitstreamMode bitstreamMode)
Specify the bitstream mode for the AC-3 stream that the encoder emits.
|
Ac3Settings |
Ac3Settings.withBitstreamMode(String bitstreamMode)
Specify the bitstream mode for the AC-3 stream that the encoder emits.
|
Ac3Settings |
Ac3Settings.withCodingMode(Ac3CodingMode codingMode)
Dolby Digital coding mode.
|
Ac3Settings |
Ac3Settings.withCodingMode(String codingMode)
Dolby Digital coding mode.
|
Ac3Settings |
Ac3Settings.withDialnorm(Integer dialnorm)
Sets the dialnorm for the output.
|
Ac3Settings |
Ac3Settings.withDynamicRangeCompressionProfile(Ac3DynamicRangeCompressionProfile dynamicRangeCompressionProfile)
If set to FILM_STANDARD, adds dynamic range compression signaling to the output bitstream as defined in the Dolby
Digital specification.
|
Ac3Settings |
Ac3Settings.withDynamicRangeCompressionProfile(String dynamicRangeCompressionProfile)
If set to FILM_STANDARD, adds dynamic range compression signaling to the output bitstream as defined in the Dolby
Digital specification.
|
Ac3Settings |
Ac3Settings.withLfeFilter(Ac3LfeFilter lfeFilter)
Applies a 120Hz lowpass filter to the LFE channel prior to encoding.
|
Ac3Settings |
Ac3Settings.withLfeFilter(String lfeFilter)
Applies a 120Hz lowpass filter to the LFE channel prior to encoding.
|
Ac3Settings |
Ac3Settings.withMetadataControl(Ac3MetadataControl metadataControl)
When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this
audio data.
|
Ac3Settings |
Ac3Settings.withMetadataControl(String metadataControl)
When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this
audio data.
|
Ac3Settings |
Ac3Settings.withSampleRate(Integer sampleRate)
This value is always 48000.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioCodecSettings.setAc3Settings(Ac3Settings ac3Settings)
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AC3.
|
AudioCodecSettings |
AudioCodecSettings.withAc3Settings(Ac3Settings ac3Settings)
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AC3.
|
Copyright © 2020. All rights reserved.