Class Propertyswiftwasm.webapikit 0.1.0WebAudio
constructor
Generated.swift:1165override class var constructor: JSFunction? { get }
override class var constructor: JSFunction? { get }
s8WebAudio16BiquadFilterNodeC11constructor13JavaScriptKit10JSFunctionCSgvpZ
What are these?417T3
import WebAudio
class BiquadFilterNode
class JSFunction
JSFunction
represents a function in JavaScript and supports new object instantiation. This type can be callable as a function using callAsFunction
.
override class var constructor: JSFunction? { get }
convenience init(context: BaseAudioContext, options: BiquadFilterOptions? = nil)
required init(unsafelyWrapping jsObject: JSObject)
@ReadonlyAttribute var Q: AudioParam { get }
@ReadonlyAttribute var detune: AudioParam { get }
@ReadonlyAttribute var frequency: AudioParam { get }
@ReadonlyAttribute var gain: AudioParam { get }
@ReadWriteAttribute var type: BiquadFilterType { get set }
func getFrequencyResponse(frequencyHz: Float32Array, magResponse: Float32Array, phaseResponse: Float32Array)