Interface InputChannelLevel.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InputChannelLevel.Builder,,InputChannelLevel> SdkBuilder<InputChannelLevel.Builder,,InputChannelLevel> SdkPojo
- Enclosing class:
InputChannelLevel
@Mutable
@NotThreadSafe
public static interface InputChannelLevel.Builder
extends SdkPojo, CopyableBuilder<InputChannelLevel.Builder,InputChannelLevel>
-
Method Summary
Modifier and TypeMethodDescriptionRemixing value.inputChannel(Integer inputChannel) The index of the input channel used as a source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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
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.
-