mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-06 11:17:44 +02:00
Make metadata part of the properties
This commit is contained in:
parent
5cebc64e15
commit
004ea21e3f
13 changed files with 134 additions and 153 deletions
|
@ -62,7 +62,6 @@ public:
|
|||
|
||||
protected:
|
||||
/// Implementation of PcmListener
|
||||
void onMetadataChanged(const PcmStream* pcmStream, const Metatags& metadata) override;
|
||||
void onPropertiesChanged(const PcmStream* pcmStream, const Properties& properties) override;
|
||||
void onStateChanged(const PcmStream* pcmStream, ReaderState state) override;
|
||||
void onChunkRead(const PcmStream* pcmStream, const msg::PcmChunk& chunk) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue