pl.wendigo.chrome.api.webaudio / AudioParamCreatedEvent

AudioParamCreatedEvent

data class AudioParamCreatedEvent : Event (source)

Notifies that a new AudioParam has been created.

Link
WebAudio#audioParamCreated event documentation.

Constructors

<init>

AudioParamCreatedEvent(param: AudioParam)

Notifies that a new AudioParam has been created.

Properties

param

val param: AudioParam

Inherited Functions

protocolDomain

fun protocolDomain(): String