Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
kotlin-browser
/
web.audio
/
IIRFilterOptions
IIRFilter
Options
web
interface
IIRFilterOptions
:
AudioNodeOptions
(
source
)
Members
Properties
channel
Count
Link copied to clipboard
web
abstract
var
channelCount
:
Int
?
channel
Count
Mode
Link copied to clipboard
web
abstract
var
channelCountMode
:
ChannelCountMode
?
channel
Interpretation
Link copied to clipboard
web
abstract
var
channelInterpretation
:
ChannelInterpretation
?
feedback
Link copied to clipboard
web
abstract
var
feedback
:
ReadonlyArray
<
JsDouble
>
feedforward
Link copied to clipboard
web
abstract
var
feedforward
:
ReadonlyArray
<
JsDouble
>