@Generated(value="software.amazon.awssdk:codegen") public final class FmtpRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FmtpRequest.Builder,FmtpRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
FmtpRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FmtpRequest.Builder |
builder() |
String |
channelOrder()
The format of the audio channel.
|
Colorimetry |
colorimetry()
The format that is used for the representation of color.
|
String |
colorimetryAsString()
The format that is used for the representation of color.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
exactFramerate()
The frame rate for the video stream, in frames/second.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
par()
The pixel aspect ratio (PAR) of the video.
|
Range |
range()
The encoding range of the video.
|
String |
rangeAsString()
The encoding range of the video.
|
ScanMode |
scanMode()
The type of compression that was used to smooth the video’s appearance.
|
String |
scanModeAsString()
The type of compression that was used to smooth the video’s appearance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FmtpRequest.Builder> |
serializableBuilderClass() |
Tcs |
tcs()
The transfer characteristic system (TCS) that is used in the video.
|
String |
tcsAsString()
The transfer characteristic system (TCS) that is used in the video.
|
FmtpRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String channelOrder()
public final Colorimetry colorimetry()
If the service returns an enum value that is not available in the current SDK version, colorimetry will
return Colorimetry.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
colorimetryAsString().
Colorimetrypublic final String colorimetryAsString()
If the service returns an enum value that is not available in the current SDK version, colorimetry will
return Colorimetry.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
colorimetryAsString().
Colorimetrypublic final String exactFramerate()
public final String par()
public final Range range()
If the service returns an enum value that is not available in the current SDK version, range will return
Range.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
rangeAsString().
Rangepublic final String rangeAsString()
If the service returns an enum value that is not available in the current SDK version, range will return
Range.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
rangeAsString().
Rangepublic final ScanMode scanMode()
If the service returns an enum value that is not available in the current SDK version, scanMode will
return ScanMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scanModeAsString().
ScanModepublic final String scanModeAsString()
If the service returns an enum value that is not available in the current SDK version, scanMode will
return ScanMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scanModeAsString().
ScanModepublic final Tcs tcs()
If the service returns an enum value that is not available in the current SDK version, tcs will return
Tcs.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from tcsAsString().
Tcspublic final String tcsAsString()
If the service returns an enum value that is not available in the current SDK version, tcs will return
Tcs.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from tcsAsString().
Tcspublic FmtpRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FmtpRequest.Builder,FmtpRequest>public static FmtpRequest.Builder builder()
public static Class<? extends FmtpRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.