pl.wendigo.chrome.api.webaudio / AudioListenerWillBeDestroyedEvent

AudioListenerWillBeDestroyedEvent

data class AudioListenerWillBeDestroyedEvent : Event (source)

Notifies that a new AudioListener has been created.

Link
WebAudio#audioListenerWillBeDestroyed event documentation.

Constructors

<init>

AudioListenerWillBeDestroyedEvent(contextId: GraphObjectId, listenerId: GraphObjectId)

Notifies that a new AudioListener has been created.

Properties

contextId

val contextId: GraphObjectId

listenerId

val listenerId: GraphObjectId

Inherited Functions

protocolDomain

fun protocolDomain(): String