pl.wendigo.chrome.domain.webaudio / AudioParamCreatedEvent

AudioParamCreatedEvent

data class AudioParamCreatedEvent : ProtocolEvent (source)

Represents event frames for WebAudio.audioParamCreated

Notifies that a new AudioParam has been created.

Constructors

<init>

AudioParamCreatedEvent(param: AudioParam)

Represents event frames for WebAudio.audioParamCreated

Properties

param

val param: AudioParam

Inherited Functions

protocolDomain

fun protocolDomain(): String