mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibMedia+LibWeb: Implement media volume/muting
This commit is contained in:
parent
e176249db8
commit
8d9a493b1b
Notes:
github-actions[bot]
2025-10-28 00:34:20 +00:00
Author: https://github.com/Zaggy1024
Commit: 8d9a493b1b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6410
Reviewed-by: https://github.com/R-Goc
Reviewed-by: https://github.com/gmta ✅
6 changed files with 34 additions and 2 deletions
|
|
@ -211,6 +211,7 @@ private:
|
|||
void set_duration(double);
|
||||
|
||||
void volume_or_muted_attribute_changed();
|
||||
void update_volume();
|
||||
|
||||
bool is_eligible_for_autoplay() const;
|
||||
bool has_ended_playback() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue