Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.webaudio
/
AudioNodeCreatedEvent
Audio
Node
Created
Event
data class
AudioNodeCreatedEvent
(node:
AudioNode
) :
Event
Content copied to clipboard
Notifies that a new AudioNode has been created.
Constructors
Functions
Properties
Sources
Constructors
AudioNodeCreatedEvent
Link copied to clipboard
fun
AudioNodeCreatedEvent
(node:
AudioNode
)
Content copied to clipboard
On this page
On this page
Functions
domain
Link copied to clipboard
open override fun
domain
():
String
Content copied to clipboard
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun
eventName
():
String
Content copied to clipboard
Returns event name as described in protocol.
On this page
On this page
Properties
node
Link copied to clipboard
val
node
:
AudioNode
Content copied to clipboard
On this page
On this page
Sources
jvm source
Link copied to clipboard
On this page
On this page