mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-22 21:46:15 +02:00
Remove StreamTags message
This commit is contained in:
parent
97e84f31f6
commit
a3cd985e22
6 changed files with 3 additions and 115 deletions
|
@ -70,7 +70,6 @@ public:
|
|||
// void send(const msg::BaseMessage* message);
|
||||
|
||||
void addSession(std::shared_ptr<StreamSession> session);
|
||||
// void onMetadataChanged(const PcmStream* pcmStream, std::shared_ptr<msg::StreamTags> meta);
|
||||
void onChunkEncoded(const PcmStream* pcmStream, bool isDefaultStream, std::shared_ptr<msg::PcmChunk> chunk, double duration);
|
||||
|
||||
session_ptr getStreamSession(const std::string& clientId) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue