Added metadata support for Shairplay-sync/Airplay interface

This commit is contained in:
frafall 2017-12-01 20:29:38 +01:00
parent ce17b0010a
commit c820f01ca7
6 changed files with 312 additions and 7 deletions

View file

@ -96,7 +96,6 @@ protected:
std::thread thread_;
std::atomic<bool> active_;
virtual void worker() = 0;
virtual bool sleep(int32_t ms);
void setState(const ReaderState& newState);