mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-18 17:07:49 +02:00
changed "IP" to "host"
This commit is contained in:
parent
b99cf2f2fc
commit
a46b7c6106
6 changed files with 15 additions and 16 deletions
|
@ -39,7 +39,7 @@ class Controller : public MessageReceiver
|
|||
{
|
||||
public:
|
||||
Controller();
|
||||
void start(const PcmDevice& pcmDevice, const std::string& ip, size_t port, size_t latency);
|
||||
void start(const PcmDevice& pcmDevice, const std::string& host, size_t port, size_t latency);
|
||||
void stop();
|
||||
|
||||
/// Implementation of MessageReceiver.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue