toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.audio
/
DynamicsCompressorOptions
Dynamics
Compressor
Options
external
interface
DynamicsCompressorOptions
:
AudioNodeOptions
(
source
)
Members
Properties
attack
Link copied to clipboard
abstract
val
attack
:
Float
?
channel
Count
Link copied to clipboard
abstract
val
channelCount
:
Int
?
channel
Count
Mode
Link copied to clipboard
abstract
val
channelCountMode
:
ChannelCountMode
?
channel
Interpretation
Link copied to clipboard
abstract
val
channelInterpretation
:
ChannelInterpretation
?
knee
Link copied to clipboard
abstract
val
knee
:
Float
?
ratio
Link copied to clipboard
abstract
val
ratio
:
Float
?
release
Link copied to clipboard
abstract
val
release
:
Float
?
threshold
Link copied to clipboard
abstract
val
threshold
:
Float
?