IirFilterNode

继承
注释
  • @Native("IIRFilterNode")

构造函数

IirFilterNode(BaseAudioContext context, Map options)
工厂

属性

channelCount int?
getter/setter pairinherited
channelCountMode String?
getter/setter pairinherited
channelInterpretation String?
getter/setter pairinherited
context BaseAudioContext?
no setterinherited
hashCode int
该对象的哈希码。
no setterinherited
numberOfInputs int?
no setterinherited
numberOfOutputs int?
no setterinherited
on Events
这是一个用于事件流的便捷访问器,应在没有明确访问器的情况下使用。
no setterinherited
runtimeType Type
表示对象运行时类型的表示。
no setterinherited

方法

addEventListener(String type, EventListener? listener, [bool? useCapture]) → void
inherited
connectNode(AudioNode destination, [int output = 0, int input = 0]) → void
inherited
connectParam(AudioParam destination, [int output = 0]) → void
inherited
disconnect([dynamic destination_OR_output, int? output, int? input]) → void
inherited
dispatchEvent(Event event) bool
inherited
getFrequencyResponse(Float32List frequencyHz, Float32List magResponse, Float32List phaseResponse) → void
noSuchMethod(Invocation invocation) → dynamic
调用于访问不存在的属性或方法时。
inherited
removeEventListener(String type, EventListener? listener, [bool? useCapture]) → void
inherited
toString() String
该对象的字符串表示形式。
inherited

运算符

operator ==(Object other) bool
等于运算符。
inherited