Uses of Class
org.openqa.selenium.devtools.webaudio.model.AutomationRate
-
Packages that use AutomationRate Package Description org.openqa.selenium.devtools.webaudio.model -
-
Uses of AutomationRate in org.openqa.selenium.devtools.webaudio.model
Methods in org.openqa.selenium.devtools.webaudio.model that return AutomationRate Modifier and Type Method Description static AutomationRate
AutomationRate. fromString(java.lang.String s)
AutomationRate
AudioParam. getRate()
static AutomationRate
AutomationRate. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AutomationRate[]
AutomationRate. 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 AutomationRate Constructor Description AudioParam(GraphObjectId paramId, GraphObjectId nodeId, GraphObjectId contextId, ParamType paramType, AutomationRate rate, java.lang.Number defaultValue, java.lang.Number minValue, java.lang.Number maxValue)
-