mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-30 01:16:16 +02:00
replaced MapMessage with JsonMessage
This commit is contained in:
parent
8a69a9c971
commit
efb592d495
31 changed files with 200 additions and 244 deletions
|
@ -26,8 +26,8 @@
|
|||
#include "streamUri.h"
|
||||
#include "encoder/encoder.h"
|
||||
#include "externals/json.hpp"
|
||||
#include "message/sampleFormat.h"
|
||||
#include "message/header.h"
|
||||
#include "common/sampleFormat.h"
|
||||
#include "message/codecHeader.h"
|
||||
|
||||
|
||||
class PcmStream;
|
||||
|
@ -72,7 +72,7 @@ public:
|
|||
|
||||
/// Implementation of EncoderListener::onChunkEncoded
|
||||
virtual void onChunkEncoded(const Encoder* encoder, msg::PcmChunk* chunk, double duration);
|
||||
virtual std::shared_ptr<msg::Header> getHeader();
|
||||
virtual std::shared_ptr<msg::CodecHeader> getHeader();
|
||||
|
||||
virtual const StreamUri& getUri() const;
|
||||
virtual const std::string& getName() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue