Class NodesConnected
java.lang.Object
org.openqa.selenium.devtools.v119.webaudio.model.NodesConnected
Notifies that two AudioNodes are connected.
-
Constructor Summary
ConstructorDescriptionNodesConnected
(GraphObjectId contextId, GraphObjectId sourceId, GraphObjectId destinationId, Optional<Number> sourceOutputIndex, Optional<Number> destinationInputIndex) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
NodesConnected
public NodesConnected(GraphObjectId contextId, GraphObjectId sourceId, GraphObjectId destinationId, Optional<Number> sourceOutputIndex, Optional<Number> destinationInputIndex)
-
-
Method Details
-
getContextId
-
getSourceId
-
getDestinationId
-
getSourceOutputIndex
-
getDestinationInputIndex
-