diff options
author | Timothy Flynn <trflynn89@pm.me> | 2023-04-08 19:18:38 -0400 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-04-09 23:55:05 +0200 |
commit | 3591a13e85ffd76682e26888ff5f0bc27b87aa2c (patch) | |
tree | 138df9f6d0f93768ed7e1ba0b18437bd1520414f /Tests/LibTest | |
parent | 0f2b863c01989d7eee89f30607ef82d7e811be98 (diff) | |
download | serenity-3591a13e85ffd76682e26888ff5f0bc27b87aa2c.zip |
LibVideo+VideoPlayer: Convert playback event handler to callbacks
To pass events from LibVideo's PlaybackManager to interested parties, we
currently dispatch Core::Event objects that outside callers listen for.
Dispatching events in this manner rely on a Core::EventLoop. In order to
use PlaybackManager from LibWeb, change this mechanism to instead use a
set of callbacks to inform callers of events.
Diffstat (limited to 'Tests/LibTest')
0 files changed, 0 insertions, 0 deletions