public class JsAudioNode extends JsElementalMixinBase implements AudioNode
SVG_ZOOMANDPAN_DISABLE, SVG_ZOOMANDPAN_MAGNIFY, SVG_ZOOMANDPAN_UNKNOWN
Modifier | Constructor and Description |
---|---|
protected |
JsAudioNode() |
Modifier and Type | Method and Description |
---|---|
void |
connect(AudioNode destination,
int output,
int input) |
void |
connect(AudioParam destination,
int output) |
void |
disconnect(int output) |
JsAudioContext |
getContext() |
int |
getNumberOfInputs() |
int |
getNumberOfOutputs() |
addEventListener, addEventListener, beginElement, beginElementAt, dispatchEvent, endElement, endElementAt, getAnimatedClassName, getAnimatedHeight, getAnimatedHref, getAnimatedResult, getAnimatedTransform, getAnimatedWidth, getAnimatedX, getAnimatedY, getBBox, getChildElementCount, getCTM, getExternalResourcesRequired, getFarthestViewportElement, getFirstElementChild, getLastElementChild, getNearestViewportElement, getNextElementSibling, getPresentationAttribute, getPreserveAspectRatio, getPreviousElementSibling, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSvgStyle, getSystemLanguage, getTransformToElement, getViewBox, getXmllang, getXmlspace, getZoomAndPan, hasExtension, querySelector, querySelectorAll, removeEventListener, removeEventListener, setXmllang, setXmlspace, setZoomAndPan
at, at, intAt, intAt, length, numberAt, numberAt, setAt, setAt, setAt, setAt, setAt, setAt
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
intAt, length
numberAt
public final JsAudioContext getContext()
getContext
in interface AudioNode
public final int getNumberOfInputs()
getNumberOfInputs
in interface AudioNode
public final int getNumberOfOutputs()
getNumberOfOutputs
in interface AudioNode
public final void connect(AudioNode destination, int output, int input)
public final void connect(AudioParam destination, int output)
public final void disconnect(int output)
disconnect
in interface AudioNode
Copyright © 2018. All rights reserved.