Class NodesConnected
- java.lang.Object
-
- org.openqa.selenium.devtools.v97.webaudio.model.NodesConnected
-
public class NodesConnected extends java.lang.Object
Notifies that two AudioNodes are connected.
-
-
Constructor Summary
Constructors Constructor Description NodesConnected(GraphObjectId contextId, GraphObjectId sourceId, GraphObjectId destinationId, java.util.Optional<java.lang.Number> sourceOutputIndex, java.util.Optional<java.lang.Number> destinationInputIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphObjectId
getContextId()
GraphObjectId
getDestinationId()
java.util.Optional<java.lang.Number>
getDestinationInputIndex()
GraphObjectId
getSourceId()
java.util.Optional<java.lang.Number>
getSourceOutputIndex()
-
-
-
Constructor Detail
-
NodesConnected
public NodesConnected(GraphObjectId contextId, GraphObjectId sourceId, GraphObjectId destinationId, java.util.Optional<java.lang.Number> sourceOutputIndex, java.util.Optional<java.lang.Number> destinationInputIndex)
-
-
Method Detail
-
getContextId
public GraphObjectId getContextId()
-
getSourceId
public GraphObjectId getSourceId()
-
getDestinationId
public GraphObjectId getDestinationId()
-
getSourceOutputIndex
public java.util.Optional<java.lang.Number> getSourceOutputIndex()
-
getDestinationInputIndex
public java.util.Optional<java.lang.Number> getDestinationInputIndex()
-
-