Class AudioNodeWillBeDestroyed
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.webaudio.model.AudioNodeWillBeDestroyed
-
public class AudioNodeWillBeDestroyed extends java.lang.Object
Notifies that an existing AudioNode has been destroyed.
-
-
Constructor Summary
Constructors Constructor Description AudioNodeWillBeDestroyed(GraphObjectId contextId, GraphObjectId nodeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphObjectId
getContextId()
GraphObjectId
getNodeId()
-
-
-
Constructor Detail
-
AudioNodeWillBeDestroyed
public AudioNodeWillBeDestroyed(GraphObjectId contextId, GraphObjectId nodeId)
-
-
Method Detail
-
getContextId
public GraphObjectId getContextId()
-
getNodeId
public GraphObjectId getNodeId()
-
-