requestMsg

git-svn-id: svn://elaine/murooma/trunk@267 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-09-15 21:25:52 +00:00
parent 444ec9b4ee
commit 19e77f0f20
7 changed files with 170 additions and 60 deletions

View file

@ -24,11 +24,11 @@ private:
std::thread* controllerThread;
StreamClient* streamClient;
ClientConnection* controlConnection;
SampleFormat* sampleFormat;
Decoder* decoder;
Stream* stream;
int bufferMs;
std::string ip;
std::shared_ptr<SampleFormat> sampleFormat;
};