Class AudioNode
java.lang.Object
org.openqa.selenium.devtools.v119.webaudio.model.AudioNode
Protocol object for AudioNode
-
Constructor Summary
ConstructorDescriptionAudioNode
(GraphObjectId nodeId, GraphObjectId contextId, NodeType nodeType, Number numberOfInputs, Number numberOfOutputs, Number channelCount, ChannelCountMode channelCountMode, ChannelInterpretation channelInterpretation) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
AudioNode
public AudioNode(GraphObjectId nodeId, GraphObjectId contextId, NodeType nodeType, Number numberOfInputs, Number numberOfOutputs, Number channelCount, ChannelCountMode channelCountMode, ChannelInterpretation channelInterpretation)
-
-
Method Details
-
getNodeId
-
getContextId
-
getNodeType
-
getNumberOfInputs
-
getNumberOfOutputs
-
getChannelCount
-
getChannelCountMode
-
getChannelInterpretation
-