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