Class NodesConnected
- java.lang.Object
-
- org.openqa.selenium.devtools.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.lang.Number sourceOutputIndex, java.lang.Number destinationInputIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphObjectId
getContextId()
GraphObjectId
getDestinationId()
java.lang.Number
getDestinationInputIndex()
GraphObjectId
getSourceId()
java.lang.Number
getSourceOutputIndex()
-
-
-
Constructor Detail
-
NodesConnected
public NodesConnected(GraphObjectId contextId, GraphObjectId sourceId, GraphObjectId destinationId, java.lang.Number sourceOutputIndex, java.lang.Number destinationInputIndex)
-
-
Method Detail
-
getContextId
public GraphObjectId getContextId()
-
getSourceId
public GraphObjectId getSourceId()
-
getDestinationId
public GraphObjectId getDestinationId()
-
getSourceOutputIndex
public java.lang.Number getSourceOutputIndex()
-
getDestinationInputIndex
public java.lang.Number getDestinationInputIndex()
-
-