Class AudioParam
- java.lang.Object
-
- org.openqa.selenium.devtools.webaudio.model.AudioParam
-
public class AudioParam extends java.lang.Object
Protocol object for AudioParam
-
-
Constructor Summary
Constructors 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphObjectId
getContextId()
java.lang.Number
getDefaultValue()
java.lang.Number
getMaxValue()
java.lang.Number
getMinValue()
GraphObjectId
getNodeId()
GraphObjectId
getParamId()
ParamType
getParamType()
AutomationRate
getRate()
-
-
-
Constructor Detail
-
AudioParam
public AudioParam(GraphObjectId paramId, GraphObjectId nodeId, GraphObjectId contextId, ParamType paramType, AutomationRate rate, java.lang.Number defaultValue, java.lang.Number minValue, java.lang.Number maxValue)
-
-
Method Detail
-
getParamId
public GraphObjectId getParamId()
-
getNodeId
public GraphObjectId getNodeId()
-
getContextId
public GraphObjectId getContextId()
-
getParamType
public ParamType getParamType()
-
getRate
public AutomationRate getRate()
-
getDefaultValue
public java.lang.Number getDefaultValue()
-
getMinValue
public java.lang.Number getMinValue()
-
getMaxValue
public java.lang.Number getMaxValue()
-
-