Uses of Class
org.openqa.selenium.devtools.webaudio.model.ChannelInterpretation
-
Packages that use ChannelInterpretation Package Description org.openqa.selenium.devtools.webaudio.model -
-
Uses of ChannelInterpretation in org.openqa.selenium.devtools.webaudio.model
Methods in org.openqa.selenium.devtools.webaudio.model that return ChannelInterpretation Modifier and Type Method Description static ChannelInterpretation
ChannelInterpretation. fromString(java.lang.String s)
ChannelInterpretation
AudioNode. getChannelInterpretation()
static ChannelInterpretation
ChannelInterpretation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ChannelInterpretation[]
ChannelInterpretation. 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 ChannelInterpretation 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)
-