ContextChanged

@Serializable
data class ContextChanged(val context: BaseAudioContext) : WebAudioEvent(source)

Notifies that existing BaseAudioContext has changed some properties (id stays the same)..

Official doc

Constructors

Link copied to clipboard
constructor(context: BaseAudioContext)

Properties

Link copied to clipboard