Class AudioParamWillBeDestroyed

java.lang.Object
io.webfolder.cdp.event.webaudio.AudioParamWillBeDestroyed

public class AudioParamWillBeDestroyed extends Object
Notifies that an existing AudioParam has been destroyed.
  • Constructor Details

    • AudioParamWillBeDestroyed

      public AudioParamWillBeDestroyed()
  • Method Details

    • getContextId

      public String getContextId()
    • setContextId

      public void setContextId(String contextId)
    • getNodeId

      public String getNodeId()
    • setNodeId

      public void setNodeId(String nodeId)
    • getParamId

      public String getParamId()
    • setParamId

      public void setParamId(String paramId)
    • toString

      public String toString()
      Overrides:
      toString in class Object