Package org.teavm.jso.webaudio
Interface AudioListener
- All Superinterfaces:
org.teavm.jso.JSObject
public interface AudioListener
extends org.teavm.jso.JSObject
-
Method Summary
Modifier and TypeMethodDescriptionfloatfloatvoidsetDopplerFactor(float value) voidsetOrientation(float x, float y, float z, float xUp, float yUp, float zUp) voidsetPosition(float x, float y, float z) voidsetSpeedOfSound(float value) voidsetVelocity(float x, float y, float z) Methods inherited from interface org.teavm.jso.JSObject
cast
-
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)
-