| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
AudioCodecSettings.Builder |
AudioCodecSettings.Builder.aacSettings(AacSettings aacSettings)
Sets the value of the AacSettings property for this object.
|
default AudioCodecSettings.Builder |
AudioCodecSettings.Builder.aacSettings(Consumer<AacSettings.Builder> aacSettings)
Sets the value of the AacSettings property for this object.
|
AudioCodecSettings.Builder |
AudioCodecSettings.Builder.ac3Settings(Ac3Settings ac3Settings)
Sets the value of the Ac3Settings property for this object.
|
default AudioCodecSettings.Builder |
AudioCodecSettings.Builder.ac3Settings(Consumer<Ac3Settings.Builder> ac3Settings)
Sets the value of the Ac3Settings property for this object.
|
static AudioCodecSettings.Builder |
AudioCodecSettings.builder() |
default AudioCodecSettings.Builder |
AudioCodecSettings.Builder.eac3AtmosSettings(Consumer<Eac3AtmosSettings.Builder> eac3AtmosSettings)
Sets the value of the Eac3AtmosSettings property for this object.
|
AudioCodecSettings.Builder |
AudioCodecSettings.Builder.eac3AtmosSettings(Eac3AtmosSettings eac3AtmosSettings)
Sets the value of the Eac3AtmosSettings property for this object.
|
default AudioCodecSettings.Builder |
AudioCodecSettings.Builder.eac3Settings(Consumer<Eac3Settings.Builder> eac3Settings)
Sets the value of the Eac3Settings property for this object.
|
AudioCodecSettings.Builder |
AudioCodecSettings.Builder.eac3Settings(Eac3Settings eac3Settings)
Sets the value of the Eac3Settings property for this object.
|
default AudioCodecSettings.Builder |
AudioCodecSettings.Builder.mp2Settings(Consumer<Mp2Settings.Builder> mp2Settings)
Sets the value of the Mp2Settings property for this object.
|
AudioCodecSettings.Builder |
AudioCodecSettings.Builder.mp2Settings(Mp2Settings mp2Settings)
Sets the value of the Mp2Settings property for this object.
|
default AudioCodecSettings.Builder |
AudioCodecSettings.Builder.passThroughSettings(Consumer<PassThroughSettings.Builder> passThroughSettings)
Sets the value of the PassThroughSettings property for this object.
|
AudioCodecSettings.Builder |
AudioCodecSettings.Builder.passThroughSettings(PassThroughSettings passThroughSettings)
Sets the value of the PassThroughSettings property for this object.
|
AudioCodecSettings.Builder |
AudioCodecSettings.toBuilder() |
default AudioCodecSettings.Builder |
AudioCodecSettings.Builder.wavSettings(Consumer<WavSettings.Builder> wavSettings)
Sets the value of the WavSettings property for this object.
|
AudioCodecSettings.Builder |
AudioCodecSettings.Builder.wavSettings(WavSettings wavSettings)
Sets the value of the WavSettings property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AudioCodecSettings.Builder> |
AudioCodecSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AudioDescription.Builder |
AudioDescription.Builder.codecSettings(Consumer<AudioCodecSettings.Builder> codecSettings)
Audio codec settings.
|
Copyright © 2022. All rights reserved.