| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
VorbisSettings |
VorbisSettings.clone() |
VorbisSettings |
AudioCodecSettings.getVorbisSettings()
Required when you set Codec, under AudioDescriptions>CodecSettings, to the value Vorbis.
|
VorbisSettings |
VorbisSettings.withChannels(Integer channels)
Optional.
|
VorbisSettings |
VorbisSettings.withSampleRate(Integer sampleRate)
Optional.
|
VorbisSettings |
VorbisSettings.withVbrQuality(Integer vbrQuality)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioCodecSettings.setVorbisSettings(VorbisSettings vorbisSettings)
Required when you set Codec, under AudioDescriptions>CodecSettings, to the value Vorbis.
|
AudioCodecSettings |
AudioCodecSettings.withVorbisSettings(VorbisSettings vorbisSettings)
Required when you set Codec, under AudioDescriptions>CodecSettings, to the value Vorbis.
|
Copyright © 2024. All rights reserved.