All Downloads are FREE. Search and download functionalities are using the official Maven repository.

def.dom.ScriptProcessorNode Maven / Gradle / Ivy

The newest version!
package def.dom;

import jsweet.util.StringTypes;
import jsweet.util.StringTypes.audioprocess;

public class ScriptProcessorNode extends AudioNode {
    public double bufferSize;
    public java.util.function.Function onaudioprocess;
    native public void addEventListener(jsweet.util.StringTypes.audioprocess type, java.util.function.Function listener, java.lang.Boolean useCapture);
    native public void addEventListener(java.lang.String type, EventListener listener, java.lang.Boolean useCapture);
    public static ScriptProcessorNode prototype;
    public ScriptProcessorNode(){}
    native public void addEventListener(jsweet.util.StringTypes.audioprocess type, java.util.function.Function listener);
    native public void addEventListener(java.lang.String type, EventListener listener);
    native public void addEventListener(java.lang.String type, EventListenerObject listener, java.lang.Boolean useCapture);
    native public void addEventListener(java.lang.String type, EventListenerObject listener);
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy