Improve sync between meta streams

This commit is contained in:
badaix 2020-09-26 21:48:08 +02:00
parent 08bc6c1de8
commit b1a990be57
2 changed files with 25 additions and 6 deletions

View file

@ -57,6 +57,7 @@ protected:
std::mutex mutex_;
std::unique_ptr<Resampler> resampler_;
bool first_read_;
std::chrono::time_point<std::chrono::steady_clock> next_tick_;
};
} // namespace streamreader