mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-01 07:38:52 +02:00
serialize stream to json
This commit is contained in:
parent
7bec5b8744
commit
95e4a98fef
11 changed files with 172 additions and 113 deletions
|
@ -18,6 +18,7 @@ public:
|
|||
void stop();
|
||||
const std::vector<PcmReaderPtr>& getStreams();
|
||||
const PcmReaderPtr getDefaultStream();
|
||||
json toJson() const;
|
||||
|
||||
private:
|
||||
std::vector<PcmReaderPtr> streams_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue