mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-25 22:17:06 +02:00
Rename stream.stream to stream.source
This commit is contained in:
parent
db17f1b986
commit
0f91bb1935
4 changed files with 24 additions and 16 deletions
|
@ -51,7 +51,7 @@ struct ServerSettings
|
|||
struct Stream
|
||||
{
|
||||
size_t port{1704};
|
||||
std::vector<std::string> pcmStreams;
|
||||
std::vector<std::string> sources;
|
||||
std::string codec{"flac"};
|
||||
int32_t bufferMs{1000};
|
||||
std::string sampleFormat{"48000:16:2"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue