Uses of Interface
software.amazon.awssdk.services.medialive.model.ColorCorrectionSettings.Builder
-
Packages that use ColorCorrectionSettings.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of ColorCorrectionSettings.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return ColorCorrectionSettings.Builder Modifier and Type Method Description static ColorCorrectionSettings.BuilderColorCorrectionSettings. builder()ColorCorrectionSettings.BuilderColorCorrectionSettings.Builder. globalColorCorrections(Collection<ColorCorrection> globalColorCorrections)An array of colorCorrections that applies when you are using 3D LUT files to perform color conversion on video.ColorCorrectionSettings.BuilderColorCorrectionSettings.Builder. globalColorCorrections(Consumer<ColorCorrection.Builder>... globalColorCorrections)An array of colorCorrections that applies when you are using 3D LUT files to perform color conversion on video.ColorCorrectionSettings.BuilderColorCorrectionSettings.Builder. globalColorCorrections(ColorCorrection... globalColorCorrections)An array of colorCorrections that applies when you are using 3D LUT files to perform color conversion on video.ColorCorrectionSettings.BuilderColorCorrectionSettings. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type ColorCorrectionSettings.Builder Modifier and Type Method Description static Class<? extends ColorCorrectionSettings.Builder>ColorCorrectionSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type ColorCorrectionSettings.Builder Modifier and Type Method Description default EncoderSettings.BuilderEncoderSettings.Builder. colorCorrectionSettings(Consumer<ColorCorrectionSettings.Builder> colorCorrectionSettings)Color Correction Settings This is a convenience method that creates an instance of theColorCorrectionSettings.Builderavoiding the need to create one manually viaColorCorrectionSettings.builder().
-