LibWeb: Implement seeking for audio tracks

This commit is contained in:
Timothy Flynn
2023-06-14 10:12:46 -04:00
committed by Andreas Kling
parent 0c4b28faf3
commit ff1606ffaf
4 changed files with 20 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ private:
virtual void on_playing() override;
virtual void on_paused() override;
virtual void on_seek(double, MediaSeekMode) override;
};
}