| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static Fmtp.Builder |
Fmtp.builder() |
Fmtp.Builder |
Fmtp.Builder.channelOrder(String channelOrder)
The format of the audio channel.
|
Fmtp.Builder |
Fmtp.Builder.colorimetry(Colorimetry colorimetry)
The format that is used for the representation of color.
|
Fmtp.Builder |
Fmtp.Builder.colorimetry(String colorimetry)
The format that is used for the representation of color.
|
Fmtp.Builder |
Fmtp.Builder.exactFramerate(String exactFramerate)
The frame rate for the video stream, in frames/second.
|
Fmtp.Builder |
Fmtp.Builder.par(String par)
The pixel aspect ratio (PAR) of the video.
|
Fmtp.Builder |
Fmtp.Builder.range(Range range)
The encoding range of the video.
|
Fmtp.Builder |
Fmtp.Builder.range(String range)
The encoding range of the video.
|
Fmtp.Builder |
Fmtp.Builder.scanMode(ScanMode scanMode)
The type of compression that was used to smooth the video’s appearance
|
Fmtp.Builder |
Fmtp.Builder.scanMode(String scanMode)
The type of compression that was used to smooth the video’s appearance
|
Fmtp.Builder |
Fmtp.Builder.tcs(String tcs)
The transfer characteristic system (TCS) that is used in the video.
|
Fmtp.Builder |
Fmtp.Builder.tcs(Tcs tcs)
The transfer characteristic system (TCS) that is used in the video.
|
Fmtp.Builder |
Fmtp.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Fmtp.Builder> |
Fmtp.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default MediaStreamAttributes.Builder |
MediaStreamAttributes.Builder.fmtp(Consumer<Fmtp.Builder> fmtp)
A set of parameters that define the media stream.
|
Copyright © 2023. All rights reserved.