public static interface FmtpRequest.Builder extends SdkPojo, CopyableBuilder<FmtpRequest.Builder,FmtpRequest>
| Modifier and Type | Method and Description |
|---|---|
FmtpRequest.Builder |
channelOrder(String channelOrder)
The format of the audio channel.
|
FmtpRequest.Builder |
colorimetry(Colorimetry colorimetry)
The format that is used for the representation of color.
|
FmtpRequest.Builder |
colorimetry(String colorimetry)
The format that is used for the representation of color.
|
FmtpRequest.Builder |
exactFramerate(String exactFramerate)
The frame rate for the video stream, in frames/second.
|
FmtpRequest.Builder |
par(String par)
The pixel aspect ratio (PAR) of the video.
|
FmtpRequest.Builder |
range(Range range)
The encoding range of the video.
|
FmtpRequest.Builder |
range(String range)
The encoding range of the video.
|
FmtpRequest.Builder |
scanMode(ScanMode scanMode)
The type of compression that was used to smooth the video’s appearance.
|
FmtpRequest.Builder |
scanMode(String scanMode)
The type of compression that was used to smooth the video’s appearance.
|
FmtpRequest.Builder |
tcs(String tcs)
The transfer characteristic system (TCS) that is used in the video.
|
FmtpRequest.Builder |
tcs(Tcs tcs)
The transfer characteristic system (TCS) that is used in the video.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFmtpRequest.Builder channelOrder(String channelOrder)
channelOrder - The format of the audio channel.FmtpRequest.Builder colorimetry(String colorimetry)
colorimetry - The format that is used for the representation of color.Colorimetry,
ColorimetryFmtpRequest.Builder colorimetry(Colorimetry colorimetry)
colorimetry - The format that is used for the representation of color.Colorimetry,
ColorimetryFmtpRequest.Builder exactFramerate(String exactFramerate)
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.FmtpRequest.Builder par(String par)
par - The pixel aspect ratio (PAR) of the video.FmtpRequest.Builder range(String range)
FmtpRequest.Builder range(Range range)
FmtpRequest.Builder scanMode(String scanMode)
FmtpRequest.Builder scanMode(ScanMode scanMode)
FmtpRequest.Builder tcs(String tcs)
FmtpRequest.Builder tcs(Tcs tcs)
Copyright © 2022. All rights reserved.