mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Handle channel count constraints in panner constructor
This commit is contained in:
parent
58176c4148
commit
5dd830344b
3 changed files with 19 additions and 11 deletions
|
@ -42,7 +42,7 @@ interface BaseAudioContext : EventTarget {
|
|||
// IIRFilterNode createIIRFilter(sequence<double> feedforward,
|
||||
// sequence<double> feedback);
|
||||
// WaveShaperNode createWaveShaper();
|
||||
PannerNode createPanner();
|
||||
[Throws] PannerNode createPanner();
|
||||
// StereoPannerNode createStereoPanner();
|
||||
// ConvolverNode createConvolver();
|
||||
// ChannelSplitterNode createChannelSplitter(optional unsigned long numberOfOutputs = 6);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue