pl.wendigo.chrome.domain.webaudio / AudioListenerWillBeDestroyedEvent

AudioListenerWillBeDestroyedEvent

data class AudioListenerWillBeDestroyedEvent : ProtocolEvent (source)

Represents event frames for WebAudio.audioListenerWillBeDestroyed

Notifies that a new AudioListener has been created.

Constructors

<init>

AudioListenerWillBeDestroyedEvent(contextId: GraphObjectId, listenerId: GraphObjectId)

Represents event frames for WebAudio.audioListenerWillBeDestroyed

Properties

contextId

val contextId: GraphObjectId

listenerId

val listenerId: GraphObjectId

Inherited Functions

protocolDomain

fun protocolDomain(): String