chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.webaudio.events / WebAudioEvent / ContextChangedEvent

ContextChangedEvent

data class ContextChangedEvent : WebAudioEvent

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

Official doc

Constructors

<init>

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

ContextChangedEvent(context: BaseAudioContext)

Properties

context

val context: BaseAudioContext