Package org.teavm.jso.webaudio
Interface WaveShaperNode
- All Superinterfaces:
AudioNode,org.teavm.jso.JSObject
-
Field Summary
FieldsFields inherited from interface org.teavm.jso.webaudio.AudioNode
CHANNEL_COUNT_MODE_CLAMPED_MAX, CHANNEL_COUNT_MODE_EXPLICIT, CHANNEL_COUNT_MODE_MAX, CHANNEL_INTERPRETATION_DISCRETE, CHANNEL_INTERPRETATION_SPEAKERS -
Method Summary
Modifier and TypeMethodDescriptiongetCurve()voidsetCurve(Float32Array value) voidsetOversample(String value) Methods inherited from interface org.teavm.jso.webaudio.AudioNode
connect, connect, connect, connect, connect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, getChannelCount, getChannelCountMode, getChannelInterpretation, getContext, getNumberOfInputs, getNumberOfOutputsMethods inherited from interface org.teavm.jso.JSObject
cast
-
Field Details
-
OVERSAMPLE_NONE
- See Also:
-
OVERSAMPLE_2X
- See Also:
-
OVERSAMPLE_4X
- See Also:
-
-
Method Details
-
setCurve
-
getCurve
Float32Array getCurve() -
setOversample
-
getOversample
String getOversample()
-