public class JsAudioParam extends JsElementalMixinBase implements AudioParam
SVG_ZOOMANDPAN_DISABLE, SVG_ZOOMANDPAN_MAGNIFY, SVG_ZOOMANDPAN_UNKNOWN
Modifier | Constructor and Description |
---|---|
protected |
JsAudioParam() |
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 param_value) |
void |
setValueAtTime(float value,
float time) |
void |
setValueCurveAtTime(Float32Array values,
float time,
float duration) |
addEventListener, addEventListener, beginElement, beginElementAt, dispatchEvent, endElement, endElementAt, getAnimatedClassName, getAnimatedHeight, getAnimatedHref, getAnimatedResult, getAnimatedTransform, getAnimatedWidth, getAnimatedX, getAnimatedY, getBBox, getChildElementCount, getCTM, getExternalResourcesRequired, getFarthestViewportElement, getFirstElementChild, getLastElementChild, getNearestViewportElement, getNextElementSibling, getPresentationAttribute, getPreserveAspectRatio, getPreviousElementSibling, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSvgStyle, getSystemLanguage, getTransformToElement, getViewBox, getXmllang, getXmlspace, getZoomAndPan, hasExtension, querySelector, querySelectorAll, removeEventListener, removeEventListener, setXmllang, setXmlspace, setZoomAndPan
at, at, intAt, intAt, length, numberAt, numberAt, setAt, setAt, setAt, setAt, setAt, setAt
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
intAt, length
numberAt
public final float getDefaultValue()
getDefaultValue
in interface AudioParam
public final float getMaxValue()
getMaxValue
in interface AudioParam
public final float getMinValue()
getMinValue
in interface AudioParam
public final String getName()
getName
in interface AudioParam
public final int getUnits()
getUnits
in interface AudioParam
public final float getValue()
getValue
in interface AudioParam
public final void setValue(float param_value)
setValue
in interface AudioParam
public final void cancelScheduledValues(float startTime)
cancelScheduledValues
in interface AudioParam
public final void exponentialRampToValueAtTime(float value, float time)
exponentialRampToValueAtTime
in interface AudioParam
public final void linearRampToValueAtTime(float value, float time)
linearRampToValueAtTime
in interface AudioParam
public final void setTargetValueAtTime(float targetValue, float time, float timeConstant)
setTargetValueAtTime
in interface AudioParam
public final void setValueAtTime(float value, float time)
setValueAtTime
in interface AudioParam
public final void setValueCurveAtTime(Float32Array values, float time, float duration)
setValueCurveAtTime
in interface AudioParam
Copyright © 2018. All rights reserved.