mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
3591a13e85
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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
main.cpp | ||
VideoFrameWidget.cpp | ||
VideoFrameWidget.h | ||
VideoPlayerWidget.cpp | ||
VideoPlayerWidget.h | ||
VideoPlayerWindow.gml |