Package org.teavm.jso.webaudio
Interface AudioListener
- All Superinterfaces:
JSObject
-
Method Summary
Modifier and TypeMethodDescriptionfloat
float
void
setDopplerFactor(float value)
void
setOrientation(float x, float y, float z, float xUp, float yUp, float zUp)
void
setPosition(float x, float y, float z)
void
setSpeedOfSound(float value)
void
setVelocity(float x, float y, float z)
-
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)
-