@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="GainOptions")
public interface GainOptions
extends AudioNodeOptions
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GainOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GainOptions.Builder |
create() |
float |
gain() |
void |
setGain(float gain) |
channelCount, channelCountMode, channelInterpretation, setChannelCount, setChannelCountMode, setChannelInterpretation@JsOverlay @Nonnull static GainOptions.Builder create()
create in interface AudioNodeOptions@JsProperty(name="gain") float gain()
@JsProperty void setGain(float gain)