pl.wendigo.chrome.api.webaudio / ContextCreatedEvent

ContextCreatedEvent

data class ContextCreatedEvent : Event (source)

Notifies that a new BaseAudioContext has been created.

Link
WebAudio#contextCreated event documentation.

Constructors

<init>

ContextCreatedEvent(context: BaseAudioContext)

Notifies that a new BaseAudioContext has been created.

Properties

context

val context: BaseAudioContext

Inherited Functions

protocolDomain

fun protocolDomain(): String