Uses of Class
software.amazon.awssdk.services.mediaconvert.model.UncompressedSettings
-
Packages that use UncompressedSettings Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of UncompressedSettings in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return UncompressedSettings Modifier and Type Method Description UncompressedSettingsVideoCodecSettings. uncompressedSettings()Required when you set Codec, under VideoDescription>CodecSettings to the value UNCOMPRESSED.Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type UncompressedSettings Modifier and Type Method Description VideoCodecSettings.BuilderVideoCodecSettings.Builder. uncompressedSettings(UncompressedSettings uncompressedSettings)Required when you set Codec, under VideoDescription>CodecSettings to the value UNCOMPRESSED.
-