Class Fmtp
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconnect.model.Fmtp
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Fmtp.Builder,Fmtp>
@Generated("software.amazon.awssdk:codegen") public final class Fmtp extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Fmtp.Builder,Fmtp>
FMTP- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFmtp.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Fmtp.Builderbuilder()StringchannelOrder()The format of the audio channel.Colorimetrycolorimetry()The format that is used for the representation of color.StringcolorimetryAsString()The format that is used for the representation of color.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexactFramerate()The frame rate for the video stream, in frames/second.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringpar()The pixel aspect ratio (PAR) of the video.Rangerange()The encoding range of the video.StringrangeAsString()The encoding range of the video.ScanModescanMode()The type of compression that was used to smooth the video’s appearanceStringscanModeAsString()The type of compression that was used to smooth the video’s appearanceList<SdkField<?>>sdkFields()static Class<? extends Fmtp.Builder>serializableBuilderClass()Tcstcs()The transfer characteristic system (TCS) that is used in the video.StringtcsAsString()The transfer characteristic system (TCS) that is used in the video.Fmtp.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
channelOrder
public final String channelOrder()
The format of the audio channel.- Returns:
- The format of the audio channel.
-
colorimetry
public final Colorimetry colorimetry()
The format that is used for the representation of color.If the service returns an enum value that is not available in the current SDK version,
colorimetrywill returnColorimetry.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcolorimetryAsString().- Returns:
- The format that is used for the representation of color.
- See Also:
Colorimetry
-
colorimetryAsString
public final String colorimetryAsString()
The format that is used for the representation of color.If the service returns an enum value that is not available in the current SDK version,
colorimetrywill returnColorimetry.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcolorimetryAsString().- Returns:
- The format that is used for the representation of color.
- See Also:
Colorimetry
-
exactFramerate
public final String exactFramerate()
The frame rate for the video stream, in frames/second. For example: 60000/1001. If you specify a whole number, MediaConnect uses a ratio of N/1. For example, if you specify 60, MediaConnect uses 60/1 as the exactFramerate.- Returns:
- The frame rate for the video stream, in frames/second. For example: 60000/1001. If you specify a whole number, MediaConnect uses a ratio of N/1. For example, if you specify 60, MediaConnect uses 60/1 as the exactFramerate.
-
par
public final String par()
The pixel aspect ratio (PAR) of the video.- Returns:
- The pixel aspect ratio (PAR) of the video.
-
range
public final Range range()
The encoding range of the video.If the service returns an enum value that is not available in the current SDK version,
rangewill returnRange.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrangeAsString().- Returns:
- The encoding range of the video.
- See Also:
Range
-
rangeAsString
public final String rangeAsString()
The encoding range of the video.If the service returns an enum value that is not available in the current SDK version,
rangewill returnRange.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrangeAsString().- Returns:
- The encoding range of the video.
- See Also:
Range
-
scanMode
public final ScanMode scanMode()
The type of compression that was used to smooth the video’s appearanceIf the service returns an enum value that is not available in the current SDK version,
scanModewill returnScanMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromscanModeAsString().- Returns:
- The type of compression that was used to smooth the video’s appearance
- See Also:
ScanMode
-
scanModeAsString
public final String scanModeAsString()
The type of compression that was used to smooth the video’s appearanceIf the service returns an enum value that is not available in the current SDK version,
scanModewill returnScanMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromscanModeAsString().- Returns:
- The type of compression that was used to smooth the video’s appearance
- See Also:
ScanMode
-
tcs
public final Tcs tcs()
The transfer characteristic system (TCS) that is used in the video.If the service returns an enum value that is not available in the current SDK version,
tcswill returnTcs.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtcsAsString().- Returns:
- The transfer characteristic system (TCS) that is used in the video.
- See Also:
Tcs
-
tcsAsString
public final String tcsAsString()
The transfer characteristic system (TCS) that is used in the video.If the service returns an enum value that is not available in the current SDK version,
tcswill returnTcs.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtcsAsString().- Returns:
- The transfer characteristic system (TCS) that is used in the video.
- See Also:
Tcs
-
toBuilder
public Fmtp.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Fmtp.Builder,Fmtp>
-
builder
public static Fmtp.Builder builder()
-
serializableBuilderClass
public static Class<? extends Fmtp.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-