-
public final class WebAudioEvent.AudioNodeWillBeDestroyedEvent extends WebAudioEvent
Notifies that an existing AudioNode has been destroyed.
-
-
Constructor Summary
Constructors Constructor Description AudioNodeWillBeDestroyedEvent(String contextId, String nodeId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final WebAudioEvent.AudioNodeWillBeDestroyedEventcopy(String contextId, String nodeId)final StringgetContextId()final StringgetNodeId()-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
copy
final WebAudioEvent.AudioNodeWillBeDestroyedEvent copy(String contextId, String nodeId)
-
getContextId
final String getContextId()
-
-
-
-