mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-23 19:38:31 +02:00
Rename onChunkRead to onNewChunk
This commit is contained in:
parent
01ce9a60c0
commit
ed0521a1d2
7 changed files with 16 additions and 5 deletions
|
@ -134,7 +134,7 @@ public:
|
|||
SampleFormat format;
|
||||
|
||||
private:
|
||||
uint32_t idx_;
|
||||
uint32_t idx_ = 0;
|
||||
};
|
||||
} // namespace msg
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue