mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-03 19:31:43 +02:00
code cleanup
git-svn-id: svn://elaine/murooma/trunk@337 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
2ea718dee0
commit
0a20924e66
15 changed files with 332 additions and 325 deletions
|
@ -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_;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue