pl.wendigo.chrome.api.webaudio / ContextChangedEvent

ContextChangedEvent

data class ContextChangedEvent : Event (source)

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

Link
WebAudio#contextChanged event documentation.

Constructors

<init>

ContextChangedEvent(context: BaseAudioContext)

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

Properties

context

val context: BaseAudioContext

Inherited Functions

protocolDomain

fun protocolDomain(): String