code cleanup

git-svn-id: svn://elaine/murooma/trunk@337 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2015-01-01 18:15:20 +00:00
parent 2ea718dee0
commit 0a20924e66
15 changed files with 332 additions and 325 deletions

View file

@ -21,12 +21,12 @@ public:
private:
void worker();
snd_pcm_t* pcm_handle;
snd_pcm_uframes_t frames;
char *buff;
snd_pcm_t* pcm_handle_;
snd_pcm_uframes_t frames_;
char *buff_;
std::atomic<bool> active_;
Stream* stream_;
std::thread* playerThread;
std::thread* playerThread_;
PcmDevice pcmDevice_;
};