Interface XavcHdIntraCbgProfileSettings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<XavcHdIntraCbgProfileSettings.Builder,,XavcHdIntraCbgProfileSettings> SdkBuilder<XavcHdIntraCbgProfileSettings.Builder,,XavcHdIntraCbgProfileSettings> SdkPojo
- Enclosing class:
XavcHdIntraCbgProfileSettings
@Mutable
@NotThreadSafe
public static interface XavcHdIntraCbgProfileSettings.Builder
extends SdkPojo, CopyableBuilder<XavcHdIntraCbgProfileSettings.Builder,XavcHdIntraCbgProfileSettings>
-
Method Summary
Modifier and TypeMethodDescriptioninterlaceMode(String interlaceMode) Choose the scan line type for the output.interlaceMode(XavcInterlaceMode interlaceMode) Choose the scan line type for the output.Specify the XAVC Intra HD (CBG) Class to set the bitrate of your output.xavcClass(XavcHdIntraCbgProfileClass xavcClass) Specify the XAVC Intra HD (CBG) Class to set the bitrate of your output.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
interlaceMode
Choose the scan line type for the output. Keep the default value, Progressive to create a progressive output, regardless of the scan type of your input. Use Top field first or Bottom field first to create an output that's interlaced with the same field polarity throughout. Use Follow, default top or Follow, default bottom to produce outputs with the same field polarity as the source. For jobs that have multiple inputs, the output field polarity might change over the course of the output. Follow behavior depends on the input scan type. If the source is interlaced, the output will be interlaced with the same polarity as the source. If the source is progressive, the output will be interlaced with top field bottom field first, depending on which of the Follow options you choose.- Parameters:
interlaceMode- Choose the scan line type for the output. Keep the default value, Progressive to create a progressive output, regardless of the scan type of your input. Use Top field first or Bottom field first to create an output that's interlaced with the same field polarity throughout. Use Follow, default top or Follow, default bottom to produce outputs with the same field polarity as the source. For jobs that have multiple inputs, the output field polarity might change over the course of the output. Follow behavior depends on the input scan type. If the source is interlaced, the output will be interlaced with the same polarity as the source. If the source is progressive, the output will be interlaced with top field bottom field first, depending on which of the Follow options you choose.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
interlaceMode
Choose the scan line type for the output. Keep the default value, Progressive to create a progressive output, regardless of the scan type of your input. Use Top field first or Bottom field first to create an output that's interlaced with the same field polarity throughout. Use Follow, default top or Follow, default bottom to produce outputs with the same field polarity as the source. For jobs that have multiple inputs, the output field polarity might change over the course of the output. Follow behavior depends on the input scan type. If the source is interlaced, the output will be interlaced with the same polarity as the source. If the source is progressive, the output will be interlaced with top field bottom field first, depending on which of the Follow options you choose.- Parameters:
interlaceMode- Choose the scan line type for the output. Keep the default value, Progressive to create a progressive output, regardless of the scan type of your input. Use Top field first or Bottom field first to create an output that's interlaced with the same field polarity throughout. Use Follow, default top or Follow, default bottom to produce outputs with the same field polarity as the source. For jobs that have multiple inputs, the output field polarity might change over the course of the output. Follow behavior depends on the input scan type. If the source is interlaced, the output will be interlaced with the same polarity as the source. If the source is progressive, the output will be interlaced with top field bottom field first, depending on which of the Follow options you choose.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
xavcClass
Specify the XAVC Intra HD (CBG) Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.- Parameters:
xavcClass- Specify the XAVC Intra HD (CBG) Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
xavcClass
Specify the XAVC Intra HD (CBG) Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.- Parameters:
xavcClass- Specify the XAVC Intra HD (CBG) Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-