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

js.web.webaudio.StereoPannerOptions Maven / Gradle / Ivy

package js.web.webaudio;


import org.teavm.jso.JSProperty;


public interface StereoPannerOptions extends AudioNodeOptions {
    @JSProperty
    double getPan();

    @JSProperty
    void setPan(double pan);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy