Class NodeParamDisconnected
java.lang.Object
org.openqa.selenium.devtools.v119.webaudio.model.NodeParamDisconnected
Notifies that an AudioNode is disconnected to an AudioParam.
-
Constructor Summary
ConstructorDescriptionNodeParamDisconnected
(GraphObjectId contextId, GraphObjectId sourceId, GraphObjectId destinationId, Optional<Number> sourceOutputIndex) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
NodeParamDisconnected
public NodeParamDisconnected(GraphObjectId contextId, GraphObjectId sourceId, GraphObjectId destinationId, Optional<Number> sourceOutputIndex)
-
-
Method Details
-
getContextId
-
getSourceId
-
getDestinationId
-
getSourceOutputIndex
-