static FmtpRequest.Builder |
FmtpRequest.builder() |
|
FmtpRequest.Builder |
FmtpRequest.Builder.channelOrder(String channelOrder) |
The format of the audio channel.
|
FmtpRequest.Builder |
FmtpRequest.Builder.colorimetry(String colorimetry) |
The format that is used for the representation of color.
|
FmtpRequest.Builder |
FmtpRequest.Builder.colorimetry(Colorimetry colorimetry) |
The format that is used for the representation of color.
|
FmtpRequest.Builder |
FmtpRequest.Builder.exactFramerate(String exactFramerate) |
The frame rate for the video stream, in frames/second.
|
FmtpRequest.Builder |
FmtpRequest.Builder.par(String par) |
The pixel aspect ratio (PAR) of the video.
|
FmtpRequest.Builder |
FmtpRequest.Builder.range(String range) |
The encoding range of the video.
|
FmtpRequest.Builder |
FmtpRequest.Builder.range(Range range) |
The encoding range of the video.
|
FmtpRequest.Builder |
FmtpRequest.Builder.scanMode(String scanMode) |
The type of compression that was used to smooth the video’s appearance.
|
FmtpRequest.Builder |
FmtpRequest.Builder.scanMode(ScanMode scanMode) |
The type of compression that was used to smooth the video’s appearance.
|
FmtpRequest.Builder |
FmtpRequest.Builder.tcs(String tcs) |
The transfer characteristic system (TCS) that is used in the video.
|
FmtpRequest.Builder |
FmtpRequest.Builder.tcs(Tcs tcs) |
The transfer characteristic system (TCS) that is used in the video.
|
FmtpRequest.Builder |
FmtpRequest.toBuilder() |
|