mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implemented JS API for setValueCurveAtTime and updated tests
This commit is contained in:
parent
94c1551c8f
commit
b519a0b941
7 changed files with 220 additions and 14 deletions
|
@ -24,9 +24,9 @@ interface AudioParam {
|
|||
[Throws] AudioParam setTargetAtTime(float target,
|
||||
double startTime,
|
||||
float timeConstant);
|
||||
// AudioParam setValueCurveAtTime(sequence<float> values,
|
||||
// double startTime,
|
||||
// double duration);
|
||||
[Throws] AudioParam setValueCurveAtTime(sequence<float> values,
|
||||
double startTime,
|
||||
double duration);
|
||||
[Throws] AudioParam cancelScheduledValues(double cancelTime);
|
||||
[Throws] AudioParam cancelAndHoldAtTime(double cancelTime);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue