Class AudioNode
- java.lang.Object
-
- org.openqa.selenium.devtools.v103.webaudio.model.AudioNode
-
public class AudioNode extends java.lang.Object
Protocol object for AudioNode
-
-
Constructor Summary
Constructors Constructor Description AudioNode(GraphObjectId nodeId, GraphObjectId contextId, NodeType nodeType, java.lang.Number numberOfInputs, java.lang.Number numberOfOutputs, java.lang.Number channelCount, ChannelCountMode channelCountMode, ChannelInterpretation channelInterpretation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Number
getChannelCount()
ChannelCountMode
getChannelCountMode()
ChannelInterpretation
getChannelInterpretation()
GraphObjectId
getContextId()
GraphObjectId
getNodeId()
NodeType
getNodeType()
java.lang.Number
getNumberOfInputs()
java.lang.Number
getNumberOfOutputs()
-
-
-
Constructor Detail
-
AudioNode
public AudioNode(GraphObjectId nodeId, GraphObjectId contextId, NodeType nodeType, java.lang.Number numberOfInputs, java.lang.Number numberOfOutputs, java.lang.Number channelCount, ChannelCountMode channelCountMode, ChannelInterpretation channelInterpretation)
-
-
Method Detail
-
getNodeId
public GraphObjectId getNodeId()
-
getContextId
public GraphObjectId getContextId()
-
getNodeType
public NodeType getNodeType()
-
getNumberOfInputs
public java.lang.Number getNumberOfInputs()
-
getNumberOfOutputs
public java.lang.Number getNumberOfOutputs()
-
getChannelCount
public java.lang.Number getChannelCount()
-
getChannelCountMode
public ChannelCountMode getChannelCountMode()
-
getChannelInterpretation
public ChannelInterpretation getChannelInterpretation()
-
-