Package org.teavm.jso.webaudio
Interface ScriptProcessorNode
- All Superinterfaces:
AudioNode,org.teavm.jso.JSObject
-
Field Summary
Fields 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 TypeMethodDescriptionintvoidMethods 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
-
Method Details
-
getOnAudioProcess
EventListener<AudioProcessingEvent> getOnAudioProcess() -
setOnAudioProcess
-
getBufferSize
int getBufferSize()
-