public interface AudioParam
Modifier and Type | Method and Description |
---|---|
void |
cancelScheduledValues(float startTime) |
void |
exponentialRampToValueAtTime(float value,
float time) |
float |
getDefaultValue() |
float |
getMaxValue() |
float |
getMinValue() |
String |
getName() |
int |
getUnits() |
float |
getValue() |
void |
linearRampToValueAtTime(float value,
float time) |
void |
setTargetValueAtTime(float targetValue,
float time,
float timeConstant) |
void |
setValue(float arg) |
void |
setValueAtTime(float value,
float time) |
void |
setValueCurveAtTime(Float32Array values,
float time,
float duration) |
float getDefaultValue()
float getMaxValue()
float getMinValue()
String getName()
int getUnits()
float getValue()
void setValue(float arg)
void cancelScheduledValues(float startTime)
void exponentialRampToValueAtTime(float value, float time)
void linearRampToValueAtTime(float value, float time)
void setTargetValueAtTime(float targetValue, float time, float timeConstant)
void setValueAtTime(float value, float time)
void setValueCurveAtTime(Float32Array values, float time, float duration)
Copyright © 2018. All rights reserved.