public class JsRealtimeAnalyserNode extends JsAudioNode implements RealtimeAnalyserNode
SVG_ZOOMANDPAN_DISABLE, SVG_ZOOMANDPAN_MAGNIFY, SVG_ZOOMANDPAN_UNKNOWN
Modifier | Constructor and Description |
---|---|
protected |
JsRealtimeAnalyserNode() |
Modifier and Type | Method and Description |
---|---|
void |
getByteFrequencyData(Uint8Array array) |
void |
getByteTimeDomainData(Uint8Array array) |
int |
getFftSize() |
void |
getFloatFrequencyData(Float32Array array) |
int |
getFrequencyBinCount() |
float |
getMaxDecibels() |
float |
getMinDecibels() |
float |
getSmoothingTimeConstant() |
void |
setFftSize(int param_fftSize) |
void |
setMaxDecibels(float param_maxDecibels) |
void |
setMinDecibels(float param_minDecibels) |
void |
setSmoothingTimeConstant(float param_smoothingTimeConstant) |
connect, connect, disconnect, getContext, getNumberOfInputs, 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
connect, connect, disconnect, getContext, getNumberOfInputs, getNumberOfOutputs
intAt, length
numberAt
public final int getFftSize()
getFftSize
in interface RealtimeAnalyserNode
public final void setFftSize(int param_fftSize)
setFftSize
in interface RealtimeAnalyserNode
public final int getFrequencyBinCount()
getFrequencyBinCount
in interface RealtimeAnalyserNode
public final float getMaxDecibels()
getMaxDecibels
in interface RealtimeAnalyserNode
public final void setMaxDecibels(float param_maxDecibels)
setMaxDecibels
in interface RealtimeAnalyserNode
public final float getMinDecibels()
getMinDecibels
in interface RealtimeAnalyserNode
public final void setMinDecibels(float param_minDecibels)
setMinDecibels
in interface RealtimeAnalyserNode
public final float getSmoothingTimeConstant()
getSmoothingTimeConstant
in interface RealtimeAnalyserNode
public final void setSmoothingTimeConstant(float param_smoothingTimeConstant)
setSmoothingTimeConstant
in interface RealtimeAnalyserNode
public final void getByteFrequencyData(Uint8Array array)
getByteFrequencyData
in interface RealtimeAnalyserNode
public final void getByteTimeDomainData(Uint8Array array)
getByteTimeDomainData
in interface RealtimeAnalyserNode
public final void getFloatFrequencyData(Float32Array array)
getFloatFrequencyData
in interface RealtimeAnalyserNode
Copyright © 2018. All rights reserved.