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:
  • Method Details

    • 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, colorimetry will return Colorimetry.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from colorimetryAsString().

      Returns:
      The format that is used for the representation of color.
      See Also:
    • 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, colorimetry will return Colorimetry.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from colorimetryAsString().

      Returns:
      The format that is used for the representation of color.
      See Also:
    • 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, range will return Range.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from rangeAsString().

      Returns:
      The encoding range of the video.
      See Also:
    • 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, range will return Range.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from rangeAsString().

      Returns:
      The encoding range of the video.
      See Also:
    • scanMode

      public final ScanMode scanMode()
      The type of compression that was used to smooth the video’s appearance

      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().

      Returns:
      The type of compression that was used to smooth the video’s appearance
      See Also:
    • scanModeAsString

      public final String scanModeAsString()
      The type of compression that was used to smooth the video’s appearance

      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().

      Returns:
      The type of compression that was used to smooth the video’s appearance
      See Also:
    • 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, tcs will return Tcs.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from tcsAsString().

      Returns:
      The transfer characteristic system (TCS) that is used in the video.
      See Also:
    • 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, tcs will return Tcs.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from tcsAsString().

      Returns:
      The transfer characteristic system (TCS) that is used in the video.
      See Also:
    • toBuilder

      public Fmtp.Builder toBuilder()
      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<Fmtp.Builder,Fmtp>
      Returns:
      a builder for type T
    • builder

      public static Fmtp.Builder builder()
    • serializableBuilderClass

      public static Class<? extends Fmtp.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.