Uses of Class
org.openqa.selenium.devtools.webaudio.model.ChannelCountMode
-
Packages that use ChannelCountMode Package Description org.openqa.selenium.devtools.webaudio.model -
-
Uses of ChannelCountMode in org.openqa.selenium.devtools.webaudio.model
Methods in org.openqa.selenium.devtools.webaudio.model that return ChannelCountMode Modifier and Type Method Description static ChannelCountMode
ChannelCountMode. fromString(java.lang.String s)
ChannelCountMode
AudioNode. getChannelCountMode()
static ChannelCountMode
ChannelCountMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ChannelCountMode[]
ChannelCountMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.webaudio.model with parameters of type ChannelCountMode 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)
-