mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Initial AudioParam bindings
This commit is contained in:
parent
885addfaae
commit
7380f69f77
8 changed files with 187 additions and 55 deletions
|
@ -24,11 +24,11 @@ dictionary OscillatorOptions : AudioNodeOptions {
|
|||
[Exposed=Window,
|
||||
Constructor (BaseAudioContext context, optional OscillatorOptions options)]
|
||||
interface OscillatorNode : AudioScheduledSourceNode {
|
||||
/* [SetterThrows]
|
||||
attribute OscillatorType type;
|
||||
// [SetterThrows]
|
||||
// attribute OscillatorType type;
|
||||
|
||||
readonly attribute AudioParam frequency;
|
||||
readonly attribute AudioParam detune;
|
||||
// readonly attribute AudioParam detune;
|
||||
|
||||
void setPeriodicWave (PeriodicWave periodicWave);*/
|
||||
// void setPeriodicWave (PeriodicWave periodicWave);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue