mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-30 01:16:16 +02:00
stream notifies about new chunks
This commit is contained in:
parent
74dab4ca10
commit
446f2a2f34
4 changed files with 25 additions and 3 deletions
|
@ -101,6 +101,11 @@ public:
|
|||
return queue_.size();
|
||||
}
|
||||
|
||||
bool empty() const
|
||||
{
|
||||
return (size() == 0);
|
||||
}
|
||||
|
||||
Queue()=default;
|
||||
Queue(const Queue&) = delete; // disable copying
|
||||
Queue& operator=(const Queue&) = delete; // disable assignment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue