git-svn-id: svn://elaine/murooma/trunk@231 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-09-04 21:36:23 +00:00
parent 04e872e036
commit f43e1ec18c
7 changed files with 45 additions and 63 deletions

View file

@ -7,6 +7,7 @@ class Decoder
public:
Decoder();
virtual bool decode(PcmChunk* chunk) = 0;
virtual bool setHeader(HeaderMessage* chunk) = 0;
};