| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
ColorCorrection |
ColorCorrection.clone() |
ColorCorrection |
ColorCorrection.withInputColorSpace(ColorSpace inputColorSpace)
The color space of the input.
|
ColorCorrection |
ColorCorrection.withInputColorSpace(String inputColorSpace)
The color space of the input.
|
ColorCorrection |
ColorCorrection.withOutputColorSpace(ColorSpace outputColorSpace)
The color space of the output.
|
ColorCorrection |
ColorCorrection.withOutputColorSpace(String outputColorSpace)
The color space of the output.
|
ColorCorrection |
ColorCorrection.withUri(String uri)
The URI of the 3D LUT file.
|
| Modifier and Type | Method and Description |
|---|---|
List<ColorCorrection> |
ColorCorrectionSettings.getGlobalColorCorrections()
An array of colorCorrections that applies when you are using 3D LUT files to perform color conversion on video.
|
| Modifier and Type | Method and Description |
|---|---|
ColorCorrectionSettings |
ColorCorrectionSettings.withGlobalColorCorrections(ColorCorrection... globalColorCorrections)
An array of colorCorrections that applies when you are using 3D LUT files to perform color conversion on video.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColorCorrectionSettings.setGlobalColorCorrections(Collection<ColorCorrection> globalColorCorrections)
An array of colorCorrections that applies when you are using 3D LUT files to perform color conversion on video.
|
ColorCorrectionSettings |
ColorCorrectionSettings.withGlobalColorCorrections(Collection<ColorCorrection> globalColorCorrections)
An array of colorCorrections that applies when you are using 3D LUT files to perform color conversion on video.
|
Copyright © 2024. All rights reserved.