summaryrefslogtreecommitdiff
path: root/orkbasecxx/AudioCapture.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-12-28 20:22:10 +0000
committerHenri Herscher <henri@oreka.org>2006-12-28 20:22:10 +0000
commit4b6c66448b75eb4239f69c575b614352de1ec74e (patch)
tree38257405cc44d45e717bc5b3ca68609f3a136573 /orkbasecxx/AudioCapture.h
parent53907f2d9156e7a0a2644f04f7eb507a2a48e9aa (diff)
In case of an AudioChunk GetNumSamples() exception, return chunk details as part of the exception message.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@382 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx/AudioCapture.h')
-rw-r--r--orkbasecxx/AudioCapture.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/orkbasecxx/AudioCapture.h b/orkbasecxx/AudioCapture.h
index 8a02e1c..e9c6cee 100644
--- a/orkbasecxx/AudioCapture.h
+++ b/orkbasecxx/AudioCapture.h
@@ -66,6 +66,8 @@ public:
AudioChunk();
~AudioChunk();
+ void ToString(CStdString&);
+
/** Allocate a new empty buffer (zeroed) */
void* CreateBuffer(AudioChunkDetails& details);