mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 08:39:49 +02:00
decider
git-svn-id: svn://elaine/murooma/trunk@218 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
9c6ee38ce4
commit
763d17defc
8 changed files with 361 additions and 4 deletions
16
client/decoder.h
Normal file
16
client/decoder.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifndef DECODER_H
|
||||
#define DECODER_H
|
||||
#include "common/chunk.h"
|
||||
|
||||
|
||||
class Decoder
|
||||
{
|
||||
public:
|
||||
Decoder();
|
||||
virtual bool decode(Chunk* chunk) = 0;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue