pl.wendigo.chrome.api.webaudio / AudioNodeCreatedEvent

AudioNodeCreatedEvent

data class AudioNodeCreatedEvent : Event (source)

Notifies that a new AudioNode has been created.

Link
WebAudio#audioNodeCreated event documentation.

Constructors

<init>

AudioNodeCreatedEvent(node: AudioNode)

Notifies that a new AudioNode has been created.

Properties

node

val node: AudioNode

Inherited Functions

protocolDomain

fun protocolDomain(): String