AudioParam

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

automationRate
void automationRate(AutomationRate automationRate)
Undocumented in source. Be warned that the author may not have intended to support it.
automationRate
auto automationRate()
Undocumented in source. Be warned that the author may not have intended to support it.
cancelAndHoldAtTime
auto cancelAndHoldAtTime(double cancelTime)
Undocumented in source. Be warned that the author may not have intended to support it.
cancelScheduledValues
auto cancelScheduledValues(double cancelTime)
Undocumented in source. Be warned that the author may not have intended to support it.
defaultValue
auto defaultValue()
Undocumented in source. Be warned that the author may not have intended to support it.
exponentialRampToValueAtTime
auto exponentialRampToValueAtTime(float value, double endTime)
Undocumented in source. Be warned that the author may not have intended to support it.
linearRampToValueAtTime
auto linearRampToValueAtTime(float value, double endTime)
Undocumented in source. Be warned that the author may not have intended to support it.
maxValue
auto maxValue()
Undocumented in source. Be warned that the author may not have intended to support it.
minValue
auto minValue()
Undocumented in source. Be warned that the author may not have intended to support it.
setTargetAtTime
auto setTargetAtTime(float target, double startTime, float timeConstant)
Undocumented in source. Be warned that the author may not have intended to support it.
setValueAtTime
auto setValueAtTime(float value, double startTime)
Undocumented in source. Be warned that the author may not have intended to support it.
setValueCurveAtTime
auto setValueCurveAtTime(Sequence!(float) values, double startTime, double duration)
Undocumented in source. Be warned that the author may not have intended to support it.
value
void value(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
value
auto value()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta