Uses of Enum Class
org.openqa.selenium.devtools.v141.webaudio.model.ChannelInterpretation
Packages that use ChannelInterpretation
-
Uses of ChannelInterpretation in org.openqa.selenium.devtools.v141.webaudio.model
Methods in org.openqa.selenium.devtools.v141.webaudio.model that return ChannelInterpretationModifier and TypeMethodDescriptionstatic ChannelInterpretationChannelInterpretation.fromString(String s) AudioNode.getChannelInterpretation()static ChannelInterpretationReturns the enum constant of this class with the specified name.static ChannelInterpretation[]ChannelInterpretation.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 ChannelInterpretationModifierConstructorDescriptionAudioNode(GraphObjectId nodeId, GraphObjectId contextId, NodeType nodeType, Number numberOfInputs, Number numberOfOutputs, Number channelCount, ChannelCountMode channelCountMode, ChannelInterpretation channelInterpretation)