public static interface InputChannelLevel.Builder extends CopyableBuilder<InputChannelLevel.Builder,InputChannelLevel>
| Modifier and Type | Method and Description |
|---|---|
InputChannelLevel.Builder |
gain(Integer gain)
Remixing value.
|
InputChannelLevel.Builder |
inputChannel(Integer inputChannel)
The index of the input channel used as a source.
|
copyapply, buildInputChannelLevel.Builder gain(Integer gain)
gain - Remixing value. Units are in dB and acceptable values are within the range from -60 (mute) and 6 dB.InputChannelLevel.Builder inputChannel(Integer inputChannel)
inputChannel - The index of the input channel used as a source.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.