@Generated(value="software.amazon.awssdk:codegen") public final class ColorCorrector extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ColorCorrector.Builder,ColorCorrector>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ColorCorrector.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
brightness()
Brightness level.
|
static ColorCorrector.Builder |
builder() |
ClipLimits |
clipLimits()
Specify YUV limits and RGB tolerances when you set Sample range conversion to Limited range clip.
|
ColorSpaceConversion |
colorSpaceConversion()
Specify the color space you want for this output.
|
String |
colorSpaceConversionAsString()
Specify the color space you want for this output.
|
Integer |
contrast()
Contrast level.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Hdr10Metadata |
hdr10Metadata()
Use these settings when you convert to the HDR 10 color space.
|
HDRToSDRToneMapper |
hdrToSdrToneMapper()
Specify how MediaConvert maps brightness and colors from your HDR input to your SDR output.
|
String |
hdrToSdrToneMapperAsString()
Specify how MediaConvert maps brightness and colors from your HDR input to your SDR output.
|
Integer |
hue()
Hue in degrees.
|
SampleRangeConversion |
sampleRangeConversion()
Specify how MediaConvert limits the color sample range for this output.
|
String |
sampleRangeConversionAsString()
Specify how MediaConvert limits the color sample range for this output.
|
Integer |
saturation()
Saturation level.
|
List<SdkField<?>> |
sdkFields() |
Integer |
sdrReferenceWhiteLevel()
Specify the reference white level, in nits, for all of your SDR inputs.
|
static Class<? extends ColorCorrector.Builder> |
serializableBuilderClass() |
ColorCorrector.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer brightness()
public final ClipLimits clipLimits()
public final ColorSpaceConversion colorSpaceConversion()
If the service returns an enum value that is not available in the current SDK version,
colorSpaceConversion will return ColorSpaceConversion.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from colorSpaceConversionAsString().
ColorSpaceConversionpublic final String colorSpaceConversionAsString()
If the service returns an enum value that is not available in the current SDK version,
colorSpaceConversion will return ColorSpaceConversion.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from colorSpaceConversionAsString().
ColorSpaceConversionpublic final Integer contrast()
public final Hdr10Metadata hdr10Metadata()
public final HDRToSDRToneMapper hdrToSdrToneMapper()
If the service returns an enum value that is not available in the current SDK version,
hdrToSdrToneMapper will return HDRToSDRToneMapper.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from hdrToSdrToneMapperAsString().
HDRToSDRToneMapperpublic final String hdrToSdrToneMapperAsString()
If the service returns an enum value that is not available in the current SDK version,
hdrToSdrToneMapper will return HDRToSDRToneMapper.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from hdrToSdrToneMapperAsString().
HDRToSDRToneMapperpublic final Integer hue()
public final SampleRangeConversion sampleRangeConversion()
If the service returns an enum value that is not available in the current SDK version,
sampleRangeConversion will return SampleRangeConversion.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from sampleRangeConversionAsString().
SampleRangeConversionpublic final String sampleRangeConversionAsString()
If the service returns an enum value that is not available in the current SDK version,
sampleRangeConversion will return SampleRangeConversion.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from sampleRangeConversionAsString().
SampleRangeConversionpublic final Integer saturation()
public final Integer sdrReferenceWhiteLevel()
public ColorCorrector.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ColorCorrector.Builder,ColorCorrector>public static ColorCorrector.Builder builder()
public static Class<? extends ColorCorrector.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.