Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: webrtc/voice_engine/include/voe_base.h

Issue 2453243003: Remove voe::Channel::StopReceive() and associated logic. (Closed)
Patch Set: comment Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/voice_engine/include/voe_base.h
diff --git a/webrtc/voice_engine/include/voe_base.h b/webrtc/voice_engine/include/voe_base.h
index 751394e8d7bd023a967e34be064b5aa2b3522520..bdc1a2608ede77fadd13a1838aa6395a4d2c5577 100644
--- a/webrtc/voice_engine/include/voe_base.h
+++ b/webrtc/voice_engine/include/voe_base.h
@@ -165,7 +165,7 @@ class WEBRTC_DLLEXPORT VoEBase {
virtual int StartReceive(int channel) = 0;
// Stops receiving incoming RTP/RTCP packets on the specified |channel|.
- virtual int StopReceive(int channel) = 0;
+ virtual int StopReceive(int channel) { return 0; }
// Starts forwarding the packets to the mixer/soundcard for a
// specified |channel|.
« no previous file with comments | « webrtc/voice_engine/channel.cc ('k') | webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698