mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 09:36:08 +00:00
LibWeb: Add stub IDL interface for AudioParam
An AudioParam is a fundamental building block in WebAudio as it controls the value of an individual parameter of an AudioNode, such as volume.
This commit is contained in:
parent
b1b7e2324a
commit
5ae0ac7b73
Notes:
sideshowbarker
2024-07-17 02:28:18 +09:00
Author: https://github.com/shannonbooth
Commit: 5ae0ac7b73
Pull-request: https://github.com/SerenityOS/serenity/pull/24143
7 changed files with 213 additions and 0 deletions
|
@ -33,6 +33,7 @@ static bool is_platform_object(Type const& type)
|
|||
"AnimationEffect"sv,
|
||||
"AnimationTimeline"sv,
|
||||
"Attr"sv,
|
||||
"AudioParam"sv,
|
||||
"AudioTrack"sv,
|
||||
"BaseAudioContext"sv,
|
||||
"Blob"sv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue