12 #include "windowing/VideoSync.h" 23 class CWinSystemWayland;
30 float GetFps()
override;
31 bool Setup()
override;
32 void Run(
CEvent& stop)
override;
33 void Cleanup()
override;
36 void HandlePresentation(timespec tv, std::uint32_t refresh, std::uint32_t syncOutputID,
float syncOutputRefreshRate, std::uint64_t msc);
40 std::uint64_t m_lastMsc{};
41 std::uint32_t m_syncOutputID{};
This is an Event class built from a ConditionVariable.
Definition: Event.h:35
Definition: WinSystemWayland.h:47
Definition: AudioDecoder.h:18
Definition: VideoSyncWpPresentation.h:25
Definition: VideoReferenceClock.h:19
Definition: VideoSync.h:15