@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface WaveShaperOptions
extends AudioNodeOptions
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WaveShaperOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
JsArray<java.lang.Double> |
curve() |
static WaveShaperOptions.Builder |
of() |
java.lang.String |
oversample() |
default void |
setCurve(double... curve) |
void |
setCurve(@JsNonNull JsArray<java.lang.Double> curve) |
void |
setOversample(@JsNonNull java.lang.String oversample) |
channelCount, channelCountMode, channelInterpretation, setChannelCount, setChannelCountMode, setChannelInterpretation@JsOverlay @Nonnull static WaveShaperOptions.Builder of()
of in interface AudioNodeOptions@JsProperty(name="curve") JsArray<java.lang.Double> curve()
@JsProperty void setCurve(@JsNonNull JsArray<java.lang.Double> curve)
@JsOverlay
default void setCurve(@Nonnull
double... curve)
@JsProperty(name="oversample") @OverSampleType java.lang.String oversample()
@JsProperty void setOversample(@OverSampleType @JsNonNull java.lang.String oversample)