pl.wendigo.chrome.api.webaudio / AudioParam

AudioParam

data class AudioParam (source)

Protocol object for AudioParam

Link
WebAudio#AudioParam type documentation.

Constructors

<init>

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

Protocol object for AudioParam

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