-
public final class WebAudioEvent.ContextChangedEvent extends WebAudioEvent
Notifies that existing BaseAudioContext has changed some properties (id stays the same)..
-
-
Field Summary
Fields Modifier and Type Field Description private final BaseAudioContextcontext
-
Constructor Summary
Constructors Constructor Description ContextChangedEvent(BaseAudioContext context)
-
Method Summary
Modifier and Type Method Description final BaseAudioContextcomponent1()final WebAudioEvent.ContextChangedEventcopy(BaseAudioContext context)final BaseAudioContextgetContext()-
-
Constructor Detail
-
ContextChangedEvent
ContextChangedEvent(BaseAudioContext context)
-
-
Method Detail
-
component1
final BaseAudioContext component1()
-
copy
final WebAudioEvent.ContextChangedEvent copy(BaseAudioContext context)
-
getContext
final BaseAudioContext getContext()
-
-
-
-