mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Implement the HTMLMediaElement volume and muted IDL attributes
This commit is contained in:
committed by
Andreas Kling
parent
d3b8d88598
commit
b9e4dc2cb7
@@ -28,6 +28,8 @@ public:
|
||||
Duration duration() const;
|
||||
void seek(double, MediaSeekMode);
|
||||
|
||||
void update_volume();
|
||||
|
||||
String const& id() const { return m_id; }
|
||||
String const& kind() const { return m_kind; }
|
||||
String const& label() const { return m_label; }
|
||||
|
||||
Reference in New Issue
Block a user