mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
8 lines
219 B
Plaintext
8 lines
219 B
Plaintext
#import <WebAudio/AudioNode.idl>
|
|
|
|
// https://webaudio.github.io/web-audio-api/#AudioDestinationNode
|
|
[Exposed=Window]
|
|
interface AudioDestinationNode : AudioNode {
|
|
readonly attribute unsigned long maxChannelCount;
|
|
};
|