public class AnalyserNode extends AudioNode
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<Number> |
fftSize |
net.java.html.lib.Objs.Property<Number> |
frequencyBinCount |
net.java.html.lib.Objs.Property<Number> |
maxDecibels |
net.java.html.lib.Objs.Property<Number> |
minDecibels |
net.java.html.lib.Objs.Property<Number> |
smoothingTimeConstant |
context, channelCount, channelCountMode, channelInterpretation, numberOfInputs, numberOfOutputs| Modifier | Constructor and Description |
|---|---|
protected |
AnalyserNode(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static AnalyserNode |
$as(Object obj) |
Number |
fftSize() |
Number |
frequencyBinCount() |
void |
getByteFrequencyData(net.java.html.lib.Uint8Array array) |
void |
getByteTimeDomainData(net.java.html.lib.Uint8Array array) |
void |
getFloatFrequencyData(net.java.html.lib.Float32Array array) |
void |
getFloatTimeDomainData(net.java.html.lib.Float32Array array) |
Number |
maxDecibels() |
Number |
minDecibels() |
Number |
smoothingTimeConstant() |
connect, connect, connect, context, disconnect, disconnect, channelCount, channelCountMode, channelInterpretation, numberOfInputs, numberOfOutputsaddEventListener, addEventListener, addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListener, removeEventListener, removeEventListener$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<Number> fftSize
public net.java.html.lib.Objs.Property<Number> frequencyBinCount
public net.java.html.lib.Objs.Property<Number> maxDecibels
public net.java.html.lib.Objs.Property<Number> minDecibels
public net.java.html.lib.Objs.Property<Number> smoothingTimeConstant
protected AnalyserNode(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static AnalyserNode $as(Object obj)
public Number fftSize()
public Number frequencyBinCount()
public Number maxDecibels()
public Number minDecibels()
public Number smoothingTimeConstant()
public void getByteFrequencyData(net.java.html.lib.Uint8Array array)
public void getByteTimeDomainData(net.java.html.lib.Uint8Array array)
public void getFloatFrequencyData(net.java.html.lib.Float32Array array)
public void getFloatTimeDomainData(net.java.html.lib.Float32Array array)
Copyright © 2021. All rights reserved.