| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
Ac3Settings |
Ac3Settings.clone() |
Ac3Settings |
AudioCodecSettings.getAc3Settings() |
Ac3Settings |
Ac3Settings.withBitrate(Double bitrate)
Average bitrate in bits/second.
|
Ac3Settings |
Ac3Settings.withBitstreamMode(Ac3BitstreamMode bitstreamMode)
Specifies the bitstream mode (bsmod) for the emitted AC-3 stream.
|
Ac3Settings |
Ac3Settings.withBitstreamMode(String bitstreamMode)
Specifies the bitstream mode (bsmod) for the emitted AC-3 stream.
|
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.withDrcProfile(Ac3DrcProfile drcProfile)
If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the Dolby
Digital specification.
|
Ac3Settings |
Ac3Settings.withDrcProfile(String drcProfile)
If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the Dolby
Digital specification.
|
Ac3Settings |
Ac3Settings.withLfeFilter(Ac3LfeFilter lfeFilter)
When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.
|
Ac3Settings |
Ac3Settings.withLfeFilter(String lfeFilter)
When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.
|
Ac3Settings |
Ac3Settings.withMetadataControl(Ac3MetadataControl metadataControl)
When set to "followInput", 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 "followInput", encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied
this audio data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioCodecSettings.setAc3Settings(Ac3Settings ac3Settings) |
AudioCodecSettings |
AudioCodecSettings.withAc3Settings(Ac3Settings ac3Settings) |
Copyright © 2020. All rights reserved.