kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
WebAudio
/
AudioParam
Audio
Param
@
Serializable
data
class
AudioParam
(
val
paramId
:
String
,
val
nodeId
:
String
,
val
contextId
:
String
,
val
paramType
:
String
,
val
rate
:
WebAudio.AutomationRate
,
val
defaultValue
:
Double
,
val
minValue
:
Double
,
val
maxValue
:
Double
)
Protocol object for AudioParam
Members
Constructors
Audio
Param
Link copied to clipboard
constructor
(
paramId
:
String
,
nodeId
:
String
,
contextId
:
String
,
paramType
:
String
,
rate
:
WebAudio.AutomationRate
,
defaultValue
:
Double
,
minValue
:
Double
,
maxValue
:
Double
)
Properties
context
Id
Link copied to clipboard
val
contextId
:
String
default
Value
Link copied to clipboard
val
defaultValue
:
Double
max
Value
Link copied to clipboard
val
maxValue
:
Double
min
Value
Link copied to clipboard
val
minValue
:
Double
node
Id
Link copied to clipboard
val
nodeId
:
String
param
Id
Link copied to clipboard
val
paramId
:
String
param
Type
Link copied to clipboard
val
paramType
:
String
rate
Link copied to clipboard
val
rate
:
WebAudio.AutomationRate