AudioParam

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

cancelScheduledValues
auto cancelScheduledValues(double startTime)
Undocumented in source. Be warned that the author may not have intended to support it.
defaultValue
float 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.
isStreamSuspended
bool isStreamSuspended()
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
float maxValue()
Undocumented in source. Be warned that the author may not have intended to support it.
minValue
float minValue()
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
parentNodeId
uint parentNodeId()
Undocumented in source. Be warned that the author may not have intended to support it.
setTargetAtTime
auto setTargetAtTime(float target, double startTime, double 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
float value()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta