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