1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:37:35 +00:00

LibWeb: Begin implementing media resource seeking

This commit is contained in:
Timothy Flynn 2023-04-11 18:37:00 -04:00 committed by Linus Groh
parent f8f35fdaad
commit 5a98a5529f
8 changed files with 138 additions and 8 deletions

View file

@ -27,6 +27,7 @@ public:
Time position() const;
Time duration() const;
void seek(Time, MediaSeekMode);
u64 pixel_width() const;
u64 pixel_height() const;