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