Class FmtpRequest

    • Method Detail

      • channelOrder

        public final String channelOrder()
        The format of the audio channel.
        Returns:
        The format of the audio channel.
      • 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:
        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, 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:
        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, 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:
        Range
      • 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:
        ScanMode
      • 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:
        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, 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:
        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, 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:
        Tcs
      • hashCode

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

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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)