@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface GainOptions.Builder
extends GainOptions
GainOptions.Builder| Modifier and Type | Method and Description |
|---|---|
default GainOptions.Builder |
channelCount(int channelCount) |
default GainOptions.Builder |
channelCountMode(java.lang.String channelCountMode) |
default GainOptions.Builder |
channelInterpretation(java.lang.String channelInterpretation) |
default GainOptions.Builder |
gain(float gain) |
create, gain, setGainchannelCount, channelCountMode, channelInterpretation, setChannelCount, setChannelCountMode, setChannelInterpretation@JsOverlay @Nonnull default GainOptions.Builder gain(float gain)
@JsOverlay @Nonnull default GainOptions.Builder channelCount(int channelCount)
@JsOverlay @Nonnull default GainOptions.Builder channelCountMode(@ChannelCountMode @Nonnull java.lang.String channelCountMode)
@JsOverlay @Nonnull default GainOptions.Builder channelInterpretation(@ChannelInterpretation @Nonnull java.lang.String channelInterpretation)