mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
createBufferSource and buffer setter on buffer source node
This commit is contained in:
parent
25a74a75ea
commit
356d7fd7a6
9 changed files with 152 additions and 62 deletions
|
@ -18,13 +18,13 @@ dictionary AudioBufferSourceOptions {
|
|||
[Exposed=Window,
|
||||
Constructor (BaseAudioContext context, optional AudioBufferSourceOptions options)]
|
||||
interface AudioBufferSourceNode : AudioScheduledSourceNode {
|
||||
// attribute AudioBuffer? buffer;
|
||||
[Throws] attribute AudioBuffer? buffer;
|
||||
readonly attribute AudioParam playbackRate;
|
||||
readonly attribute AudioParam detune;
|
||||
attribute boolean loop;
|
||||
attribute double loopStart;
|
||||
attribute double loopEnd;
|
||||
void start(optional double when = 0,
|
||||
optional double offset,
|
||||
optional double duration);
|
||||
[Throws] void start(optional double when = 0,
|
||||
optional double offset,
|
||||
optional double duration);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue