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