Rename stream.stream to stream.source

This commit is contained in:
badaix 2020-08-30 20:45:41 +02:00
parent db17f1b986
commit 0f91bb1935
4 changed files with 24 additions and 16 deletions

View file

@ -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"};