mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 00:29:35 +02:00
changed logging
This commit is contained in:
parent
dbf44b0220
commit
48ac9d2209
3 changed files with 15 additions and 11 deletions
|
@ -80,6 +80,11 @@ public:
|
|||
return buffer.size();
|
||||
}
|
||||
|
||||
inline bool empty() const
|
||||
{
|
||||
return (buffer.size() == 0);
|
||||
}
|
||||
|
||||
void setSize(size_t size)
|
||||
{
|
||||
bufferSize = size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue