mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-13 17:16:42 +02:00
Add server name parameter for jack client
This commit is contained in:
parent
3fc86a823b
commit
e5ebe35f80
2 changed files with 8 additions and 2 deletions
|
@ -61,8 +61,9 @@ protected:
|
|||
|
||||
void autoConnectPorts();
|
||||
|
||||
std::string serverName_;
|
||||
|
||||
jack_client_t *client_;
|
||||
jack_status_t status_;
|
||||
std::vector<jack_port_t *> ports_;
|
||||
jack_nframes_t jackConnectFrames_;
|
||||
std::chrono::time_point<std::chrono::steady_clock> jackConnectTime_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue