mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
StereoPannerNode DOM
This commit is contained in:
parent
549d320167
commit
58f027468c
12 changed files with 173 additions and 109 deletions
|
@ -43,7 +43,7 @@ interface BaseAudioContext : EventTarget {
|
|||
// sequence<double> feedback);
|
||||
// WaveShaperNode createWaveShaper();
|
||||
[Throws] PannerNode createPanner();
|
||||
// StereoPannerNode createStereoPanner();
|
||||
[Throws] StereoPannerNode createStereoPanner();
|
||||
// ConvolverNode createConvolver();
|
||||
[Throws] ChannelSplitterNode createChannelSplitter(optional unsigned long numberOfOutputs = 6);
|
||||
[Throws] ChannelMergerNode createChannelMerger(optional unsigned long numberOfInputs = 6);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue