| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
FmtpRequest |
FmtpRequest.clone() |
FmtpRequest |
MediaStreamAttributesRequest.getFmtp()
The settings that you want to use to define the media stream.
|
FmtpRequest |
FmtpRequest.withChannelOrder(String channelOrder)
The format of the audio channel.
|
FmtpRequest |
FmtpRequest.withColorimetry(Colorimetry colorimetry)
The format that is used for the representation of color.
|
FmtpRequest |
FmtpRequest.withColorimetry(String colorimetry)
The format that is used for the representation of color.
|
FmtpRequest |
FmtpRequest.withExactFramerate(String exactFramerate)
The frame rate for the video stream, in frames/second.
|
FmtpRequest |
FmtpRequest.withPar(String par)
The pixel aspect ratio (PAR) of the video.
|
FmtpRequest |
FmtpRequest.withRange(Range range)
The encoding range of the video.
|
FmtpRequest |
FmtpRequest.withRange(String range)
The encoding range of the video.
|
FmtpRequest |
FmtpRequest.withScanMode(ScanMode scanMode)
The type of compression that was used to smooth the video’s appearance.
|
FmtpRequest |
FmtpRequest.withScanMode(String scanMode)
The type of compression that was used to smooth the video’s appearance.
|
FmtpRequest |
FmtpRequest.withTcs(String tcs)
The transfer characteristic system (TCS) that is used in the video.
|
FmtpRequest |
FmtpRequest.withTcs(Tcs tcs)
The transfer characteristic system (TCS) that is used in the video.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaStreamAttributesRequest.setFmtp(FmtpRequest fmtp)
The settings that you want to use to define the media stream.
|
MediaStreamAttributesRequest |
MediaStreamAttributesRequest.withFmtp(FmtpRequest fmtp)
The settings that you want to use to define the media stream.
|
Copyright © 2023. All rights reserved.