ContextCreatedParameter

@Serializable
data class ContextCreatedParameter(val context: WebAudio.BaseAudioContext)

Notifies that a new BaseAudioContext has been created.

Constructors

Link copied to clipboard
constructor(context: WebAudio.BaseAudioContext)

Properties

Link copied to clipboard