LibMedia+LibWeb: Implement media volume/muting

This commit is contained in:
Zaggy1024 2025-09-27 16:02:48 -05:00 committed by Jelle Raaijmakers
parent e176249db8
commit 8d9a493b1b
Notes: github-actions[bot] 2025-10-28 00:34:20 +00:00
6 changed files with 34 additions and 2 deletions

View file

@ -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;