-
public final class WebAudioEvent.AudioParamWillBeDestroyedEvent extends WebAudioEvent
Notifies that an existing AudioParam has been destroyed.
-
-
Constructor Summary
Constructors Constructor Description AudioParamWillBeDestroyedEvent(String contextId, String nodeId, String paramId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final WebAudioEvent.AudioParamWillBeDestroyedEventcopy(String contextId, String nodeId, String paramId)final StringgetContextId()final StringgetNodeId()final StringgetParamId()-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
copy
final WebAudioEvent.AudioParamWillBeDestroyedEvent copy(String contextId, String nodeId, String paramId)
-
getContextId
final String getContextId()
-
getParamId
final String getParamId()
-
-
-
-