Class AudioParam
java.lang.Object
org.openqa.selenium.devtools.v119.webaudio.model.AudioParam
Protocol object for AudioParam
-
Constructor Summary
ConstructorDescriptionAudioParam
(GraphObjectId paramId, GraphObjectId nodeId, GraphObjectId contextId, ParamType paramType, AutomationRate rate, Number defaultValue, Number minValue, Number maxValue) -
Method Summary
-
Constructor Details
-
AudioParam
public AudioParam(GraphObjectId paramId, GraphObjectId nodeId, GraphObjectId contextId, ParamType paramType, AutomationRate rate, Number defaultValue, Number minValue, Number maxValue)
-
-
Method Details
-
getParamId
-
getNodeId
-
getContextId
-
getParamType
-
getRate
-
getDefaultValue
-
getMinValue
-
getMaxValue
-