import"PannerNode.idl";
|
| void | setPosition (unrestricted float x, unrestricted float y, unrestricted float z) |
| |
| void | setOrientation (unrestricted float x, unrestricted float y, unrestricted float z) |
| |
| void | setVelocity (unrestricted float x, unrestricted float y, unrestricted float z) |
| |
| void | connect (AudioNode destination, optional unsigned long output=0, optional unsigned long input=0) |
| |
| void | connect (AudioParam destination, optional unsigned long output=0) |
| |
| void | disconnect (optional unsigned long output=0) |
| |
| void | addEventListener ([AtomicString] DOMString type, EventListener? callback, optional(AddEventListenerOptions or boolean) options=false) |
| |
| void | removeEventListener ([AtomicString] DOMString type, EventListener? callback, optional(EventListenerOptions or boolean) options=false) |
| |
| boolean | dispatchEvent (Event event) |
| |
◆ setOrientation()
| void PannerNode::setOrientation |
( |
unrestricted float |
x, |
|
|
unrestricted float |
y, |
|
|
unrestricted float |
z |
|
) |
| |
◆ setPosition()
| void PannerNode::setPosition |
( |
unrestricted float |
x, |
|
|
unrestricted float |
y, |
|
|
unrestricted float |
z |
|
) |
| |
◆ setVelocity()
| void PannerNode::setVelocity |
( |
unrestricted float |
x, |
|
|
unrestricted float |
y, |
|
|
unrestricted float |
z |
|
) |
| |
◆ coneInnerAngle
| attribute unrestricted double PannerNode::coneInnerAngle |
◆ coneOuterAngle
| attribute unrestricted double PannerNode::coneOuterAngle |
◆ coneOuterGain
| attribute unrestricted double PannerNode::coneOuterGain |
◆ distanceModel
◆ maxDistance
| attribute unrestricted double PannerNode::maxDistance |
◆ panningModel
◆ refDistance
| attribute unrestricted double PannerNode::refDistance |
◆ rolloffFactor
| attribute unrestricted double PannerNode::rolloffFactor |
The documentation for this interface was generated from the following file: