Skip to content

Commit 2aa8bb0

Browse files
committed
ReformatBaseStream: resizeReadResultQueue() method
1 parent 9c9f4fe commit 2aa8bb0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/AudioTools/CoreAudio/AudioIO.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,13 @@ class ReformatBaseStream : public ModifyingStream {
205205
reader.end();
206206
}
207207

208+
/// Define the size of the interal read result queue: same as transformationReader().resizeResultQueue(size)
209+
void resizeReadResultQueue(int size) { reader.resizeResultQueue(size);}
210+
208211
/// Provides access to the TransformationReader
209212
virtual TransformationReader<ReformatBaseStream> &transformationReader() {return reader;}
210213

214+
211215
protected:
212216
TransformationReader<ReformatBaseStream> reader;
213217
Stream *p_stream = nullptr;

0 commit comments

Comments
 (0)