Interface InputChannelLevel.Builder

All Superinterfaces:
Buildable, CopyableBuilder<InputChannelLevel.Builder,InputChannelLevel>, SdkBuilder<InputChannelLevel.Builder,InputChannelLevel>, SdkPojo
Enclosing class:
InputChannelLevel

public static interface InputChannelLevel.Builder extends SdkPojo, CopyableBuilder<InputChannelLevel.Builder,InputChannelLevel>
  • Method Details

    • gain

      Remixing value. Units are in dB and acceptable values are within the range from -60 (mute) and 6 dB.
      Parameters:
      gain - Remixing value. Units are in dB and acceptable values are within the range from -60 (mute) and 6 dB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputChannel

      InputChannelLevel.Builder inputChannel(Integer inputChannel)
      The index of the input channel used as a source.
      Parameters:
      inputChannel - The index of the input channel used as a source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.