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

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

package js.web.webaudio;

import js.lang.Any;
import org.teavm.jso.JSProperty;


public interface ConstantSourceOptions extends Any {
    @JSProperty
    double getOffset();

    @JSProperty
    void setOffset(double offset);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy