public class BiquadFilterNode extends AudioNode
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<AudioParam> |
detune |
net.java.html.lib.Objs.Property<AudioParam> |
frequency |
net.java.html.lib.Objs.Property<AudioParam> |
gain |
net.java.html.lib.Objs.Property<AudioParam> |
Q |
net.java.html.lib.Objs.Property<String> |
type |
context, channelCount, channelCountMode, channelInterpretation, numberOfInputs, numberOfOutputs| Modifier | Constructor and Description |
|---|---|
protected |
BiquadFilterNode(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static BiquadFilterNode |
$as(Object obj) |
AudioParam |
detune() |
AudioParam |
frequency() |
AudioParam |
gain() |
void |
getFrequencyResponse(net.java.html.lib.Float32Array frequencyHz,
net.java.html.lib.Float32Array magResponse,
net.java.html.lib.Float32Array phaseResponse) |
AudioParam |
Q() |
String |
type() |
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<AudioParam> Q
public net.java.html.lib.Objs.Property<AudioParam> detune
public net.java.html.lib.Objs.Property<AudioParam> frequency
public net.java.html.lib.Objs.Property<AudioParam> gain
public net.java.html.lib.Objs.Property<String> type
protected BiquadFilterNode(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static BiquadFilterNode $as(Object obj)
public AudioParam Q()
public AudioParam detune()
public AudioParam frequency()
public AudioParam gain()
public String type()
public void getFrequencyResponse(net.java.html.lib.Float32Array frequencyHz,
net.java.html.lib.Float32Array magResponse,
net.java.html.lib.Float32Array phaseResponse)
Copyright © 2021. All rights reserved.