| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static FmtpRequest.Builder |
FmtpRequest.builder() |
FmtpRequest.Builder |
FmtpRequest.Builder.channelOrder(String channelOrder)
The format of the audio channel.
|
FmtpRequest.Builder |
FmtpRequest.Builder.colorimetry(Colorimetry colorimetry)
The format that is used for the representation of color.
|
FmtpRequest.Builder |
FmtpRequest.Builder.colorimetry(String 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(Range range)
The encoding range of the video.
|
FmtpRequest.Builder |
FmtpRequest.Builder.range(String range)
The encoding range of the video.
|
FmtpRequest.Builder |
FmtpRequest.Builder.scanMode(ScanMode scanMode)
The type of compression that was used to smooth the video’s appearance.
|
FmtpRequest.Builder |
FmtpRequest.Builder.scanMode(String 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FmtpRequest.Builder> |
FmtpRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default MediaStreamAttributesRequest.Builder |
MediaStreamAttributesRequest.Builder.fmtp(Consumer<FmtpRequest.Builder> fmtp)
The settings that you want to use to define the media stream.
|
Copyright © 2022. All rights reserved.