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 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) 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)
-