From ed735626b66356eb24ec75325546e69b744b539c Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Wed, 1 Feb 2006 16:08:00 +0000 Subject: 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 --- orkaudio/CapturePort.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'orkaudio/CapturePort.h') 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; -- cgit v1.2.3