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

AudioListenerWillBeDestroyedEvent

data class AudioListenerWillBeDestroyedEvent : WebAudioEvent

Notifies that a new AudioListener has been created.

Official doc

Constructors

<init>

Notifies that a new AudioListener has been created.

AudioListenerWillBeDestroyedEvent(contextId: GraphObjectId, listenerId: GraphObjectId)

Properties

contextId

val contextId: GraphObjectId

listenerId

val listenerId: GraphObjectId