mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:27:46 +00:00
LibWeb: Expose volume controls through the platform audio plugin
This commit is contained in:
parent
d364d99cb8
commit
d3b8d88598
5 changed files with 16 additions and 0 deletions
|
@ -30,6 +30,8 @@ public:
|
|||
virtual void pause_playback() = 0;
|
||||
virtual void playback_ended() = 0;
|
||||
|
||||
virtual void set_volume(double) = 0;
|
||||
|
||||
protected:
|
||||
AudioCodecPlugin();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue