We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f3418 commit 9ad2abbCopy full SHA for 9ad2abb
src/AudioTools/CoreAudio/BaseStream.h
@@ -400,6 +400,9 @@ class QueueStream : public BaseStream {
400
/// Returns true if active
401
operator bool() { return active; }
402
403
+ /// Returns the fill level in percent
404
+ int levelPercent() {return callback_buffer_ptr->levelPercent();}
405
+
406
protected:
407
BaseBuffer<T> *callback_buffer_ptr;
408
size_t active_limit = 0;
0 commit comments