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