Package org.teavm.jso.webaudio
Interface PannerNode
- All Superinterfaces:
AudioNode
,EventTarget
,org.teavm.jso.JSObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
Fields inherited from interface org.teavm.jso.webaudio.AudioNode
CHANNEL_COUNT_MODE_CLAMPED_MAX, CHANNEL_COUNT_MODE_EXPLICIT, CHANNEL_COUNT_MODE_MAX, CHANNEL_INTERPRETATION_DISCRETE, CHANNEL_INTERPRETATION_SPEAKERS
-
Method Summary
Modifier and TypeMethodDescriptionfloat
float
float
float
float
float
void
setConeInnerAngle
(float value) void
setConeOuterAngle
(float value) void
setConeOuterGain
(float value) void
setDistanceModel
(String value) void
setMaxDistance
(float value) void
setOrientation
(float x, float y, float z) void
setPanningModel
(String value) void
setPosition
(float x, float y, float z) void
setRefDistance
(float value) void
setRolloffFactor
(float value) void
setVelocity
(float x, float y, float z) Methods inherited from interface org.teavm.jso.webaudio.AudioNode
connect, connect, connect, connect, connect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, getChannelCount, getChannelCountMode, getChannelInterpretation, getContext, getNumberOfInputs, getNumberOfOutputs
Methods inherited from interface org.teavm.jso.dom.events.EventTarget
addEventListener, addEventListener, dispatchEvent, onEvent, onEvent, removeEventListener, removeEventListener
Methods inherited from interface org.teavm.jso.JSObject
cast
-
Field Details
-
MODEL_EQUALPOWER
- See Also:
-
MODEL_HRTF
- See Also:
-
DISTANCE_MODEL_LINEAR
- See Also:
-
DISTANCE_MODEL_INVERSE
- See Also:
-
DISTANCE_MODEL_EXPONENTIAL
- See Also:
-
-
Method Details
-
setPanningModel
-
getPanningModel
String getPanningModel() -
setDistanceModel
-
getDistanceModel
String getDistanceModel() -
setRefDistance
void setRefDistance(float value) -
getRefDistance
float getRefDistance() -
setMaxDistance
void setMaxDistance(float value) -
getMaxDistance
float getMaxDistance() -
setRolloffFactor
void setRolloffFactor(float value) -
getRolloffFactor
float getRolloffFactor() -
setConeInnerAngle
void setConeInnerAngle(float value) -
getConeInnerAngle
float getConeInnerAngle() -
setConeOuterAngle
void setConeOuterAngle(float value) -
getConeOuterAngle
float getConeOuterAngle() -
setConeOuterGain
void setConeOuterGain(float value) -
getConeOuterGain
float getConeOuterGain() -
setPosition
void setPosition(float x, float y, float z) -
setOrientation
void setOrientation(float x, float y, float z) -
setVelocity
void setVelocity(float x, float y, float z)
-