Uses of Enum Class
org.openqa.selenium.devtools.v141.webaudio.model.ChannelCountMode
Packages that use ChannelCountMode
-
Uses of ChannelCountMode in org.openqa.selenium.devtools.v141.webaudio.model
Methods in org.openqa.selenium.devtools.v141.webaudio.model that return ChannelCountModeModifier and TypeMethodDescriptionstatic ChannelCountModeChannelCountMode.fromString(String s) AudioNode.getChannelCountMode()static ChannelCountModeReturns the enum constant of this class with the specified name.static ChannelCountMode[]ChannelCountMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.webaudio.model with parameters of type ChannelCountModeModifierConstructorDescriptionAudioNode(GraphObjectId nodeId, GraphObjectId contextId, NodeType nodeType, Number numberOfInputs, Number numberOfOutputs, Number channelCount, ChannelCountMode channelCountMode, ChannelInterpretation channelInterpretation)