new messaging

git-svn-id: svn://elaine/murooma/trunk@229 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-09-03 21:12:44 +00:00
parent c6ee0960fd
commit a519d0f0dd
9 changed files with 96 additions and 62 deletions

View file

@ -1,6 +1,6 @@
#ifndef ENCODER_H
#define ENCODER_H
#include "common/chunk.h"
#include "common/message.h"
#include "common/sampleFormat.h"
@ -11,8 +11,8 @@ public:
{
}
virtual double encode(Chunk* chunk) = 0;
virtual WireChunk* getHeader()
virtual double encode(PcmChunk* chunk) = 0;
virtual HeaderMessage* getHeader()
{
return NULL;
}