AudioParamCreatedParameter

@Serializable
data class AudioParamCreatedParameter(val param: WebAudio.AudioParam)

Notifies that a new AudioParam has been created.

Constructors

Link copied to clipboard
constructor(param: WebAudio.AudioParam)

Properties

Link copied to clipboard