mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:18:11 +00:00
LibWeb: Implement seeking for audio tracks
This commit is contained in:
parent
0c4b28faf3
commit
ff1606ffaf
4 changed files with 20 additions and 0 deletions
|
@ -28,6 +28,7 @@ private:
|
|||
|
||||
virtual void on_playing() override;
|
||||
virtual void on_paused() override;
|
||||
virtual void on_seek(double, MediaSeekMode) override;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue