Interface ClipLimits.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClipLimits.Builder,
,ClipLimits> SdkBuilder<ClipLimits.Builder,
,ClipLimits> SdkPojo
- Enclosing class:
ClipLimits
@Mutable
@NotThreadSafe
public static interface ClipLimits.Builder
extends SdkPojo, CopyableBuilder<ClipLimits.Builder,ClipLimits>
-
Method Summary
Modifier and TypeMethodDescriptionmaximumRGBTolerance
(Integer maximumRGBTolerance) Specify the Maximum RGB color sample range tolerance for your output.maximumYUV
(Integer maximumYUV) Specify the Maximum YUV color sample limit.minimumRGBTolerance
(Integer minimumRGBTolerance) Specify the Minimum RGB color sample range tolerance for your output.minimumYUV
(Integer minimumYUV) Specify the Minimum YUV color sample limit.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
maximumRGBTolerance
Specify the Maximum RGB color sample range tolerance for your output. MediaConvert corrects any YUV values that, when converted to RGB, would be outside the upper tolerance that you specify. Enter an integer from 90 to 105 as an offset percentage to the maximum possible value. Leave blank to use the default value 100. When you specify a value for Maximum RGB tolerance, you must set Sample range conversion to Limited range clip.- Parameters:
maximumRGBTolerance
- Specify the Maximum RGB color sample range tolerance for your output. MediaConvert corrects any YUV values that, when converted to RGB, would be outside the upper tolerance that you specify. Enter an integer from 90 to 105 as an offset percentage to the maximum possible value. Leave blank to use the default value 100. When you specify a value for Maximum RGB tolerance, you must set Sample range conversion to Limited range clip.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maximumYUV
Specify the Maximum YUV color sample limit. MediaConvert conforms any pixels in your input above the value that you specify to typical limited range bounds. Enter an integer from 920 to 1023. Leave blank to use the default value 940. The value that you enter applies to 10-bit ranges. For 8-bit ranges, MediaConvert automatically scales this value down. When you specify a value for Maximum YUV, you must set Sample range conversion to Limited range clip.- Parameters:
maximumYUV
- Specify the Maximum YUV color sample limit. MediaConvert conforms any pixels in your input above the value that you specify to typical limited range bounds. Enter an integer from 920 to 1023. Leave blank to use the default value 940. The value that you enter applies to 10-bit ranges. For 8-bit ranges, MediaConvert automatically scales this value down. When you specify a value for Maximum YUV, you must set Sample range conversion to Limited range clip.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minimumRGBTolerance
Specify the Minimum RGB color sample range tolerance for your output. MediaConvert corrects any YUV values that, when converted to RGB, would be outside the lower tolerance that you specify. Enter an integer from -5 to 10 as an offset percentage to the minimum possible value. Leave blank to use the default value 0. When you specify a value for Minimum RGB tolerance, you must set Sample range conversion to Limited range clip.- Parameters:
minimumRGBTolerance
- Specify the Minimum RGB color sample range tolerance for your output. MediaConvert corrects any YUV values that, when converted to RGB, would be outside the lower tolerance that you specify. Enter an integer from -5 to 10 as an offset percentage to the minimum possible value. Leave blank to use the default value 0. When you specify a value for Minimum RGB tolerance, you must set Sample range conversion to Limited range clip.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minimumYUV
Specify the Minimum YUV color sample limit. MediaConvert conforms any pixels in your input below the value that you specify to typical limited range bounds. Enter an integer from 0 to 128. Leave blank to use the default value 64. The value that you enter applies to 10-bit ranges. For 8-bit ranges, MediaConvert automatically scales this value down. When you specify a value for Minumum YUV, you must set Sample range conversion to Limited range clip.- Parameters:
minimumYUV
- Specify the Minimum YUV color sample limit. MediaConvert conforms any pixels in your input below the value that you specify to typical limited range bounds. Enter an integer from 0 to 128. Leave blank to use the default value 64. The value that you enter applies to 10-bit ranges. For 8-bit ranges, MediaConvert automatically scales this value down. When you specify a value for Minumum YUV, you must set Sample range conversion to Limited range clip.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-