chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.webaudio / AudioParam

AudioParam

data class AudioParam

Protocol object for AudioParam

Constructors

<init>

Protocol object for AudioParam

AudioParam(paramId: GraphObjectId, nodeId: GraphObjectId, contextId: GraphObjectId, paramType: ParamType, rate: AutomationRate, defaultValue: Double, minValue: Double, maxValue: Double)

Properties

contextId

val contextId: GraphObjectId

defaultValue

val defaultValue: Double

maxValue

val maxValue: Double

minValue

val minValue: Double

nodeId

val nodeId: GraphObjectId

paramId

val paramId: GraphObjectId

paramType

val paramType: ParamType

rate

val rate: AutomationRate