IIRFilterOptions
Generated.swift:1604class IIRFilterOptions
class IIRFilterOptions
import WebAudio
class BridgedDictionary
protocol ConstructibleFromJSValue
Types conforming to this protocol can be constructed from JSValue
.
protocol ConvertibleToJSValue
Objects that can be converted to a JavaScript value, preferably in a lossless manner.
convenience init(feedforward: [Double], feedback: [Double])
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var feedback: [Double] { get set }
@ReadWriteAttribute var feedforward: [Double] { get set }