mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 02:38:59 +00:00
LibWeb: Add stub IDL interface for AudioScheduledSourceNode
This is a base class of a few different audio nodes, most notably for our immediate needs - OscillatorNode.
This commit is contained in:
parent
6661c68b28
commit
c9b2c1c747
Notes:
sideshowbarker
2024-07-16 20:51:53 +09:00
Author: https://github.com/shannonbooth
Commit: c9b2c1c747
Pull-request: https://github.com/SerenityOS/serenity/pull/24143
7 changed files with 101 additions and 0 deletions
|
@ -35,6 +35,7 @@ static bool is_platform_object(Type const& type)
|
|||
"Attr"sv,
|
||||
"AudioNode"sv,
|
||||
"AudioParam"sv,
|
||||
"AudioScheduledSourceNode"sv,
|
||||
"AudioTrack"sv,
|
||||
"BaseAudioContext"sv,
|
||||
"Blob"sv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue