mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 23:56:43 +02:00
Change Stream.SetProperties to Stream.SetProperty
This commit is contained in:
parent
5b9321b8c6
commit
bba3968f50
6 changed files with 102 additions and 65 deletions
|
@ -172,7 +172,7 @@ public:
|
|||
std::shared_ptr<Metatags> getMeta() const;
|
||||
|
||||
std::shared_ptr<Properties> getProperties() const;
|
||||
void setProperties(const Properties& props);
|
||||
void setProperty(const std::string& name, const json& value);
|
||||
|
||||
virtual void control(const std::string& command, const json& params);
|
||||
|
||||
|
@ -191,6 +191,7 @@ protected:
|
|||
void chunkEncoded(const encoder::Encoder& encoder, std::shared_ptr<msg::PcmChunk> chunk, double duration);
|
||||
|
||||
void setMeta(const Metatags& meta);
|
||||
void setProperties(const Properties& props);
|
||||
|
||||
std::chrono::time_point<std::chrono::steady_clock> tvEncodedChunk_;
|
||||
std::vector<PcmListener*> pcmListeners_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue