@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ColorCorrector extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ColorCorrector() |
Modifier and Type | Method and Description |
---|---|
ColorCorrector |
clone() |
boolean |
equals(Object obj) |
Integer |
getBrightness()
Brightness level.
|
String |
getColorSpaceConversion()
Specify the color space you want for this output.
|
Integer |
getContrast()
Contrast level.
|
Hdr10Metadata |
getHdr10Metadata()
Use these settings when you convert to the HDR 10 color space.
|
Integer |
getHue()
Hue in degrees.
|
Integer |
getSaturation()
Saturation level.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBrightness(Integer brightness)
Brightness level.
|
void |
setColorSpaceConversion(String colorSpaceConversion)
Specify the color space you want for this output.
|
void |
setContrast(Integer contrast)
Contrast level.
|
void |
setHdr10Metadata(Hdr10Metadata hdr10Metadata)
Use these settings when you convert to the HDR 10 color space.
|
void |
setHue(Integer hue)
Hue in degrees.
|
void |
setSaturation(Integer saturation)
Saturation level.
|
String |
toString()
Returns a string representation of this object.
|
ColorCorrector |
withBrightness(Integer brightness)
Brightness level.
|
ColorCorrector |
withColorSpaceConversion(ColorSpaceConversion colorSpaceConversion)
Specify the color space you want for this output.
|
ColorCorrector |
withColorSpaceConversion(String colorSpaceConversion)
Specify the color space you want for this output.
|
ColorCorrector |
withContrast(Integer contrast)
Contrast level.
|
ColorCorrector |
withHdr10Metadata(Hdr10Metadata hdr10Metadata)
Use these settings when you convert to the HDR 10 color space.
|
ColorCorrector |
withHue(Integer hue)
Hue in degrees.
|
ColorCorrector |
withSaturation(Integer saturation)
Saturation level.
|
public void setBrightness(Integer brightness)
brightness
- Brightness level.public Integer getBrightness()
public ColorCorrector withBrightness(Integer brightness)
brightness
- Brightness level.public void setColorSpaceConversion(String colorSpaceConversion)
colorSpaceConversion
- Specify the color space you want for this output. The service supports conversion between HDR formats,
between SDR formats, from SDR to HDR, and from HDR to SDR. SDR to HDR conversion doesn't upgrade the
dynamic range. The converted video has an HDR format, but visually appears the same as an unconverted
output. HDR to SDR conversion uses Elemental tone mapping technology to approximate the outcome of
manually regrading from HDR to SDR.ColorSpaceConversion
public String getColorSpaceConversion()
ColorSpaceConversion
public ColorCorrector withColorSpaceConversion(String colorSpaceConversion)
colorSpaceConversion
- Specify the color space you want for this output. The service supports conversion between HDR formats,
between SDR formats, from SDR to HDR, and from HDR to SDR. SDR to HDR conversion doesn't upgrade the
dynamic range. The converted video has an HDR format, but visually appears the same as an unconverted
output. HDR to SDR conversion uses Elemental tone mapping technology to approximate the outcome of
manually regrading from HDR to SDR.ColorSpaceConversion
public ColorCorrector withColorSpaceConversion(ColorSpaceConversion colorSpaceConversion)
colorSpaceConversion
- Specify the color space you want for this output. The service supports conversion between HDR formats,
between SDR formats, from SDR to HDR, and from HDR to SDR. SDR to HDR conversion doesn't upgrade the
dynamic range. The converted video has an HDR format, but visually appears the same as an unconverted
output. HDR to SDR conversion uses Elemental tone mapping technology to approximate the outcome of
manually regrading from HDR to SDR.ColorSpaceConversion
public void setContrast(Integer contrast)
contrast
- Contrast level.public Integer getContrast()
public ColorCorrector withContrast(Integer contrast)
contrast
- Contrast level.public void setHdr10Metadata(Hdr10Metadata hdr10Metadata)
hdr10Metadata
- Use these settings when you convert to the HDR 10 color space. Specify the SMPTE ST 2086 Mastering Display
Color Volume static metadata that you want signaled in the output. These values don't affect the pixel
values that are encoded in the video stream. They are intended to help the downstream video player display
content in a way that reflects the intentions of the the content creator. When you set Color space
conversion (ColorSpaceConversion) to HDR 10 (FORCE_HDR10), these settings are required. You must set
values for Max frame average light level (maxFrameAverageLightLevel) and Max content light level
(maxContentLightLevel); these settings don't have a default value. The default values for the other HDR 10
metadata settings are defined by the P3D65 color space. For more information about MediaConvert HDR jobs,
see https://docs.aws.amazon.com/console/mediaconvert/hdr.public Hdr10Metadata getHdr10Metadata()
public ColorCorrector withHdr10Metadata(Hdr10Metadata hdr10Metadata)
hdr10Metadata
- Use these settings when you convert to the HDR 10 color space. Specify the SMPTE ST 2086 Mastering Display
Color Volume static metadata that you want signaled in the output. These values don't affect the pixel
values that are encoded in the video stream. They are intended to help the downstream video player display
content in a way that reflects the intentions of the the content creator. When you set Color space
conversion (ColorSpaceConversion) to HDR 10 (FORCE_HDR10), these settings are required. You must set
values for Max frame average light level (maxFrameAverageLightLevel) and Max content light level
(maxContentLightLevel); these settings don't have a default value. The default values for the other HDR 10
metadata settings are defined by the P3D65 color space. For more information about MediaConvert HDR jobs,
see https://docs.aws.amazon.com/console/mediaconvert/hdr.public void setHue(Integer hue)
hue
- Hue in degrees.public Integer getHue()
public ColorCorrector withHue(Integer hue)
hue
- Hue in degrees.public void setSaturation(Integer saturation)
saturation
- Saturation level.public Integer getSaturation()
public ColorCorrector withSaturation(Integer saturation)
saturation
- Saturation level.public String toString()
toString
in class Object
Object.toString()
public ColorCorrector clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.