summaryrefslogtreecommitdiff
path: root/orkaudio/CapturePort.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-02-01 16:08:00 +0000
committerHenri Herscher <henri@oreka.org>2006-02-01 16:08:00 +0000
commited735626b66356eb24ec75325546e69b744b539c (patch)
tree6b930e9922111eb9b12eef4fdf04025f49b16501 /orkaudio/CapturePort.h
parent542558bdcf3f860184d492ccb2a6c97715fa3182 (diff)
Dropped remote indicator when reporting an audio chunk
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@151 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/CapturePort.h')
-rw-r--r--orkaudio/CapturePort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkaudio/CapturePort.h b/orkaudio/CapturePort.h
index 6d665b1..bd62731 100644
--- a/orkaudio/CapturePort.h
+++ b/orkaudio/CapturePort.h
@@ -34,7 +34,7 @@ public:
CapturePort(CStdString& Id);
CStdString ToString();
- void AddAudioChunk(AudioChunkRef chunkRef, bool remote = false);
+ void AddAudioChunk(AudioChunkRef chunkRef);
void AddCaptureEvent(CaptureEventRef eventRef);
private:
CStdString m_Id;