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