pl.wendigo.chrome.domain.webaudio / AudioParamWillBeDestroyedEvent

AudioParamWillBeDestroyedEvent

data class AudioParamWillBeDestroyedEvent : ProtocolEvent (source)

Represents event frames for WebAudio.audioParamWillBeDestroyed

Notifies that an existing AudioParam has been destroyed.

Constructors

<init>

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

Represents event frames for WebAudio.audioParamWillBeDestroyed

Properties

contextId

val contextId: GraphObjectId

nodeId

val nodeId: GraphObjectId

paramId

val paramId: GraphObjectId

Inherited Functions

protocolDomain

fun protocolDomain(): String