Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
kotlin-browser
/
web.audio
/
AnalyserOptions
Analyser
Options
web
interface
AnalyserOptions
:
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
?
fft
Size
Link copied to clipboard
web
abstract
var
fftSize
:
Int
?
max
Decibels
Link copied to clipboard
web
abstract
var
maxDecibels
:
Double
?
min
Decibels
Link copied to clipboard
web
abstract
var
minDecibels
:
Double
?
smoothing
Time
Constant
Link copied to clipboard
web
abstract
var
smoothingTimeConstant
:
Double
?