Interface Fmtp.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Fmtp.Builder,Fmtp>,SdkBuilder<Fmtp.Builder,Fmtp>,SdkPojo
- Enclosing class:
- Fmtp
public static interface Fmtp.Builder extends SdkPojo, CopyableBuilder<Fmtp.Builder,Fmtp>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Fmtp.BuilderchannelOrder(String channelOrder)The format of the audio channel.Fmtp.Buildercolorimetry(String colorimetry)The format that is used for the representation of color.Fmtp.Buildercolorimetry(Colorimetry colorimetry)The format that is used for the representation of color.Fmtp.BuilderexactFramerate(String exactFramerate)The frame rate for the video stream, in frames/second.Fmtp.Builderpar(String par)The pixel aspect ratio (PAR) of the video.Fmtp.Builderrange(String range)The encoding range of the video.Fmtp.Builderrange(Range range)The encoding range of the video.Fmtp.BuilderscanMode(String scanMode)The type of compression that was used to smooth the video’s appearanceFmtp.BuilderscanMode(ScanMode scanMode)The type of compression that was used to smooth the video’s appearanceFmtp.Buildertcs(String tcs)The transfer characteristic system (TCS) that is used in the video.Fmtp.Buildertcs(Tcs tcs)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, sdkFields
-
-
-
-
Method Detail
-
channelOrder
Fmtp.Builder channelOrder(String 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
Fmtp.Builder colorimetry(String colorimetry)
The format that is used for the representation of color.- Parameters:
colorimetry- The format that is used for the representation of color.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Colorimetry,Colorimetry
-
colorimetry
Fmtp.Builder colorimetry(Colorimetry colorimetry)
The format that is used for the representation of color.- Parameters:
colorimetry- The format that is used for the representation of color.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Colorimetry,Colorimetry
-
exactFramerate
Fmtp.Builder exactFramerate(String exactFramerate)
The frame rate for the video stream, in frames/second. For example: 60000/1001. If you specify a whole number, MediaConnect uses a ratio of N/1. For example, if you specify 60, MediaConnect uses 60/1 as the exactFramerate.- Parameters:
exactFramerate- The frame rate for the video stream, in frames/second. For example: 60000/1001. If you specify a whole number, MediaConnect uses a ratio of N/1. For example, if you specify 60, MediaConnect uses 60/1 as the exactFramerate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
par
Fmtp.Builder par(String 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
Fmtp.Builder range(String range)
The encoding range of the video.
-
range
Fmtp.Builder range(Range range)
The encoding range of the video.
-
scanMode
Fmtp.Builder scanMode(String scanMode)
The type of compression that was used to smooth the video’s appearance
-
scanMode
Fmtp.Builder scanMode(ScanMode scanMode)
The type of compression that was used to smooth the video’s appearance
-
tcs
Fmtp.Builder tcs(String tcs)
The transfer characteristic system (TCS) that is used in the video.
-
tcs
Fmtp.Builder tcs(Tcs tcs)
The transfer characteristic system (TCS) that is used in the video.
-
-