Uses of Class
software.amazon.awssdk.services.mediaconvert.model.VorbisSettings
-
Packages that use VorbisSettings Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of VorbisSettings in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return VorbisSettings Modifier and Type Method Description VorbisSettingsAudioCodecSettings. vorbisSettings()Required when you set Codec, under AudioDescriptions>CodecSettings, to the value Vorbis.Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type VorbisSettings Modifier and Type Method Description AudioCodecSettings.BuilderAudioCodecSettings.Builder. vorbisSettings(VorbisSettings vorbisSettings)Required when you set Codec, under AudioDescriptions>CodecSettings, to the value Vorbis.
-