Interface OutputChannelMapping.Builder

  • Method Details

    • inputChannels

      OutputChannelMapping.Builder inputChannels(Collection<Integer> inputChannels)
      Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.
      Parameters:
      inputChannels - Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputChannels

      OutputChannelMapping.Builder inputChannels(Integer... inputChannels)
      Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.
      Parameters:
      inputChannels - Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputChannelsFineTune

      OutputChannelMapping.Builder inputChannelsFineTune(Collection<Double> inputChannelsFineTune)
      Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08, or 4.9. MediaConvert rounds your remixing values to the nearest thousandth.
      Parameters:
      inputChannelsFineTune - Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08, or 4.9. MediaConvert rounds your remixing values to the nearest thousandth.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputChannelsFineTune

      OutputChannelMapping.Builder inputChannelsFineTune(Double... inputChannelsFineTune)
      Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08, or 4.9. MediaConvert rounds your remixing values to the nearest thousandth.
      Parameters:
      inputChannelsFineTune - Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08, or 4.9. MediaConvert rounds your remixing values to the nearest thousandth.
      Returns:
      Returns a reference to this object so that method calls can be chained together.