Class NodeParamConnected
java.lang.Object
org.openqa.selenium.devtools.v119.webaudio.model.NodeParamConnected
Notifies that an AudioNode is connected to an AudioParam.
-
Constructor Summary
ConstructorDescriptionNodeParamConnected
(GraphObjectId contextId, GraphObjectId sourceId, GraphObjectId destinationId, Optional<Number> sourceOutputIndex) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
NodeParamConnected
public NodeParamConnected(GraphObjectId contextId, GraphObjectId sourceId, GraphObjectId destinationId, Optional<Number> sourceOutputIndex)
-
-
Method Details
-
getContextId
-
getSourceId
-
getDestinationId
-
getSourceOutputIndex
-