These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
5 lines
185 B
Text
5 lines
185 B
Text
// https://webaudio.github.io/web-audio-api/#AudioDestinationNode
|
|
[Exposed=Window]
|
|
interface AudioDestinationNode : AudioNode {
|
|
readonly attribute unsigned long maxChannelCount;
|
|
};
|