Interface Fmtp.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Fmtp.Builder,
,Fmtp> SdkBuilder<Fmtp.Builder,
,Fmtp> SdkPojo
- Enclosing class:
Fmtp
@Mutable
@NotThreadSafe
public static interface Fmtp.Builder
extends SdkPojo, CopyableBuilder<Fmtp.Builder,Fmtp>
-
Method Summary
Modifier and TypeMethodDescriptionchannelOrder
(String channelOrder) The format of the audio channel.colorimetry
(String colorimetry) The format used for the representation of color.colorimetry
(Colorimetry colorimetry) The format used for the representation of color.exactFramerate
(String exactFramerate) The frame rate for the video stream, in frames/second.The pixel aspect ratio (PAR) of the video.The encoding range of the video.The encoding range of the video.The type of compression that was used to smooth the video’s appearance.The type of compression that was used to smooth the video’s appearance.The transfer characteristic system (TCS) that is used in the video.The transfer characteristic system (TCS) that is used in the video.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
-
channelOrder
The format of the audio channel.
- Parameters:
channelOrder
- The format of the audio channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
colorimetry
The format used for the representation of color.
- Parameters:
colorimetry
- The format used for the representation of color.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
colorimetry
The format used for the representation of color.
- Parameters:
colorimetry
- The format used for the representation of color.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exactFramerate
The frame rate for the video stream, in frames/second. For example: 60000/1001.
- Parameters:
exactFramerate
- The frame rate for the video stream, in frames/second. For example: 60000/1001.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
par
The pixel aspect ratio (PAR) of the video.
- Parameters:
par
- The pixel aspect ratio (PAR) of the video.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
range
The encoding range of the video.
- Parameters:
range
- The encoding range of the video.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
range
The encoding range of the video.
- Parameters:
range
- The encoding range of the video.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scanMode
The type of compression that was used to smooth the video’s appearance.
- Parameters:
scanMode
- The type of compression that was used to smooth the video’s appearance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scanMode
The type of compression that was used to smooth the video’s appearance.
- Parameters:
scanMode
- The type of compression that was used to smooth the video’s appearance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tcs
The transfer characteristic system (TCS) that is used in the video.
- Parameters:
tcs
- The transfer characteristic system (TCS) that is used in the video.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tcs
The transfer characteristic system (TCS) that is used in the video.
- Parameters:
tcs
- The transfer characteristic system (TCS) that is used in the video.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-