|
Twitch SDK (Internal)
|
#include <systemclock.h>
Public Member Functions | |
| virtual | ~ISystemClock () |
| virtual uint64_t | GetFrequency ()=0 |
| virtual uint64_t | GetTime ()=0 |
The interface for providing time information to SDK components.
|
virtual |
|
pure virtual |
The number of ticks per second.
Implemented in ttv::StandardSystemClock, and ttv::WinSystemClock.
|
pure virtual |
The current number of system ticks.
Implemented in ttv::StandardSystemClock, and ttv::WinSystemClock.
1.8.13