mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 23:56:43 +02:00
Add experimental TCP and UDP streams
This commit is contained in:
parent
6e138ff49f
commit
646c7593c1
9 changed files with 365 additions and 7 deletions
|
@ -97,7 +97,7 @@ protected:
|
|||
std::thread thread_;
|
||||
std::atomic<bool> active_;
|
||||
|
||||
virtual void worker() = 0;
|
||||
virtual void worker(){};
|
||||
virtual bool sleep(int32_t ms);
|
||||
void setState(const ReaderState& newState);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue