mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-02 08:09:35 +02:00
moved definition into implementation
This commit is contained in:
parent
4c13254587
commit
31ba0e36bd
3 changed files with 15 additions and 9 deletions
|
@ -67,16 +67,10 @@ public:
|
|||
/// Sends a message to the client (asynchronous)
|
||||
void add(const std::shared_ptr<const msg::BaseMessage>& message);
|
||||
|
||||
bool active() const
|
||||
{
|
||||
return active_;
|
||||
}
|
||||
bool active() const;
|
||||
|
||||
/// Max playout latency. No need to send PCM data that is older than bufferMs
|
||||
void setBufferMs(size_t bufferMs)
|
||||
{
|
||||
bufferMs_ = bufferMs;
|
||||
}
|
||||
void setBufferMs(size_t bufferMs);
|
||||
|
||||
std::string macAddress;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue