| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
OpusSettings |
OpusSettings.clone() |
OpusSettings |
AudioCodecSettings.getOpusSettings()
Required when you set Codec, under AudioDescriptions>CodecSettings, to the value OPUS.
|
OpusSettings |
OpusSettings.withBitrate(Integer bitrate)
Optional.
|
OpusSettings |
OpusSettings.withChannels(Integer channels)
Specify the number of channels in this output audio track.
|
OpusSettings |
OpusSettings.withSampleRate(Integer sampleRate)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioCodecSettings.setOpusSettings(OpusSettings opusSettings)
Required when you set Codec, under AudioDescriptions>CodecSettings, to the value OPUS.
|
AudioCodecSettings |
AudioCodecSettings.withOpusSettings(OpusSettings opusSettings)
Required when you set Codec, under AudioDescriptions>CodecSettings, to the value OPUS.
|
Copyright © 2023. All rights reserved.