AudioNodeCreated

@Serializable
data class AudioNodeCreated(val node: AudioNode) : WebAudioEvent(source)

Notifies that a new AudioNode has been created.

Official doc

Constructors

Link copied to clipboard
constructor(node: AudioNode)

Properties

Link copied to clipboard