19 void get_interval_frames(uint32_t now, uint32_t* frameNumber, uint32_t* nextFrameNumber, uint8_t* amountOfNextFrame =
nullptr)
const;
22 uint32_t get_exact_timestamp_ms(uint32_t frameNumber)
const;
25 uint32_t microsecondsPerFrame()
const {
26 return mMicrosSecondsPerInterval;
30 uint32_t mMicrosSecondsPerInterval;
31 uint32_t mStartTime = 0;