Class NodesDisconnected
java.lang.Object
org.openqa.selenium.devtools.v135.webaudio.model.NodesDisconnected
Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected.
-
Constructor Summary
ConstructorsConstructorDescriptionNodesDisconnected
(GraphObjectId contextId, GraphObjectId sourceId, GraphObjectId destinationId, Optional<Number> sourceOutputIndex, Optional<Number> destinationInputIndex) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
NodesDisconnected
public NodesDisconnected(GraphObjectId contextId, GraphObjectId sourceId, GraphObjectId destinationId, Optional<Number> sourceOutputIndex, Optional<Number> destinationInputIndex)
-
-
Method Details
-
getContextId
-
getSourceId
-
getDestinationId
-
getSourceOutputIndex
-
getDestinationInputIndex
-