Class NodeParamConnected
- java.lang.Object
-
- org.openqa.selenium.devtools.webaudio.model.NodeParamConnected
-
public class NodeParamConnected extends java.lang.Object
Notifies that an AudioNode is connected to an AudioParam.
-
-
Constructor Summary
Constructors Constructor Description NodeParamConnected(GraphObjectId contextId, GraphObjectId sourceId, GraphObjectId destinationId, java.lang.Number sourceOutputIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphObjectId
getContextId()
GraphObjectId
getDestinationId()
GraphObjectId
getSourceId()
java.lang.Number
getSourceOutputIndex()
-
-
-
Constructor Detail
-
NodeParamConnected
public NodeParamConnected(GraphObjectId contextId, GraphObjectId sourceId, GraphObjectId destinationId, java.lang.Number sourceOutputIndex)
-
-
Method Detail
-
getContextId
public GraphObjectId getContextId()
-
getSourceId
public GraphObjectId getSourceId()
-
getDestinationId
public GraphObjectId getDestinationId()
-
getSourceOutputIndex
public java.lang.Number getSourceOutputIndex()
-
-