summaryrefslogtreecommitdiff
path: root/orkaudio/BatchProcessing.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-03-19 05:40:53 +0000
committerHenri Herscher <henri@oreka.org>2006-03-19 05:40:53 +0000
commit5298d5fadf5ba92a302a0aebd946c093dc54ba61 (patch)
tree5f48d576310af09d4209fa90c24c4c213a0bf53d /orkaudio/BatchProcessing.h
parent0ecbeb5613451527fa088821a48b9a64b6c7d637 (diff)
Default immediate processing queue size is now 10000. Default batch processing queue size is now 20000. Both values are now configurable.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@198 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/BatchProcessing.h')
-rw-r--r--orkaudio/BatchProcessing.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/orkaudio/BatchProcessing.h b/orkaudio/BatchProcessing.h
index 3c50bbf..ec9c88b 100644
--- a/orkaudio/BatchProcessing.h
+++ b/orkaudio/BatchProcessing.h
@@ -26,6 +26,8 @@ public:
static void ThreadHandler(void *args);
void AddAudioTape(AudioTapeRef audioTapeRef);
+ void SetQueueSize(int size);
+
/** Ask for a tape to be deleted from disk */
void TapeDropRegistration(CStdString& filename);
private: