Interface AudioListener

All Superinterfaces:
org.teavm.jso.JSObject

public interface AudioListener extends org.teavm.jso.JSObject
  • Method Details

    • setDopplerFactor

      void setDopplerFactor(float value)
    • getDopplerFactor

      float getDopplerFactor()
    • setSpeedOfSound

      void setSpeedOfSound(float value)
    • getSpeedOfSound

      float getSpeedOfSound()
    • setPosition

      void setPosition(float x, float y, float z)
    • setOrientation

      void setOrientation(float x, float y, float z, float xUp, float yUp, float zUp)
    • setVelocity

      void setVelocity(float x, float y, float z)