-
public final class AudioParamProtocol object for AudioParam
-
-
Constructor Summary
Constructors Constructor Description AudioParam(String paramId, String nodeId, String contextId, String paramType, AutomationRate rate, Double defaultValue, Double minValue, Double maxValue)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final Stringcomponent4()final AutomationRatecomponent5()final Doublecomponent6()final Doublecomponent7()final Doublecomponent8()final AudioParamcopy(String paramId, String nodeId, String contextId, String paramType, AutomationRate rate, Double defaultValue, Double minValue, Double maxValue)final StringgetParamId()final StringgetNodeId()final StringgetContextId()final StringgetParamType()final AutomationRategetRate()final DoublegetDefaultValue()final DoublegetMinValue()final DoublegetMaxValue()-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final String component4()
-
component5
final AutomationRate component5()
-
component6
final Double component6()
-
component7
final Double component7()
-
component8
final Double component8()
-
copy
final AudioParam copy(String paramId, String nodeId, String contextId, String paramType, AutomationRate rate, Double defaultValue, Double minValue, Double maxValue)
-
getParamId
final String getParamId()
-
getContextId
final String getContextId()
-
getParamType
final String getParamType()
-
getRate
final AutomationRate getRate()
-
getDefaultValue
final Double getDefaultValue()
-
getMinValue
final Double getMinValue()
-
getMaxValue
final Double getMaxValue()
-
-
-
-