pl.wendigo.chrome.api.webaudio / AudioParamWillBeDestroyedEvent

AudioParamWillBeDestroyedEvent

data class AudioParamWillBeDestroyedEvent : Event (source)

Notifies that an existing AudioParam has been destroyed.

Link
WebAudio#audioParamWillBeDestroyed event documentation.

Constructors

<init>

AudioParamWillBeDestroyedEvent(contextId: GraphObjectId, nodeId: GraphObjectId, paramId: GraphObjectId)

Notifies that an existing AudioParam has been destroyed.

Properties

contextId

val contextId: GraphObjectId

nodeId

val nodeId: GraphObjectId

paramId

val paramId: GraphObjectId

Inherited Functions

protocolDomain

fun protocolDomain(): String