ContextCreated

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

Notifies that a new BaseAudioContext has been created.

Official doc

Constructors

Link copied to clipboard
constructor(context: BaseAudioContext)

Properties

Link copied to clipboard