chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.webaudio.events / WebAudioEvent / AudioParamWillBeDestroyedEvent

AudioParamWillBeDestroyedEvent

data class AudioParamWillBeDestroyedEvent : WebAudioEvent

Constructors

<init>

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

Properties

contextId

val contextId: GraphObjectId

nodeId

val nodeId: GraphObjectId

paramId

val paramId: GraphObjectId