pl.wendigo.chrome.domain.webaudio / ContextCreatedEvent

ContextCreatedEvent

data class ContextCreatedEvent : ProtocolEvent (source)

Represents event frames for WebAudio.contextCreated

Notifies that a new BaseAudioContext has been created.

Constructors

<init>

ContextCreatedEvent(context: BaseAudioContext)

Represents event frames for WebAudio.contextCreated

Properties

context

val context: BaseAudioContext

Inherited Functions

protocolDomain

fun protocolDomain(): String