new dispatch, part 4

This commit is contained in:
tildearrow 2023-01-04 17:01:14 -05:00
parent 9436e2ab55
commit 6c834524aa
3 changed files with 42 additions and 6 deletions

View file

@ -181,6 +181,7 @@ struct DivDispatchContainer {
void setRates(double gotRate);
void setQuality(bool lowQual);
void grow(size_t size);
void acquire(size_t offset, size_t count);
void flush(size_t count);
void fillBuf(size_t runtotal, size_t offset, size_t size);