Haxe API Documentation
Back
|
Index
extern
class
js.html.audio.BiquadFilterNode
extends
AudioNode
Available in js
var
Q(default,null) :
AudioParam
var
frequency(default,null) :
AudioParam
var
gain(default,null) :
AudioParam
var
type :
Int
Setter throws DOMException.
function
getFrequencyResponse(frequencyHz :
js.html.Float32Array
, magResponse :
js.html.Float32Array
, phaseResponse :
js.html.Float32Array
) :
Void
static
inline
var
ALLPASS :
Int
static
inline
var
BANDPASS :
Int
static
inline
var
HIGHPASS :
Int
static
inline
var
HIGHSHELF :
Int
static
inline
var
LOWPASS :
Int
static
inline
var
LOWSHELF :
Int
static
inline
var
NOTCH :
Int
static
inline
var
PEAKING :
Int
Back
|
Index