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