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

Unified Diff: webrtc/video_engine/vie_channel_group.h

Issue 1335353005: Remove channel ids from various interfaces. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 5 years, 3 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
« no previous file with comments | « webrtc/video_engine/vie_channel.cc ('k') | webrtc/video_engine/vie_channel_group.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video_engine/vie_channel_group.h
diff --git a/webrtc/video_engine/vie_channel_group.h b/webrtc/video_engine/vie_channel_group.h
index f1faa80cc6d93a93430005a4872a0beae9013e8b..ec1708318d023880e971e7db488a444589531849 100644
--- a/webrtc/video_engine/vie_channel_group.h
+++ b/webrtc/video_engine/vie_channel_group.h
@@ -44,12 +44,10 @@ class ChannelGroup : public BitrateObserver {
explicit ChannelGroup(ProcessThread* process_thread);
~ChannelGroup();
bool CreateSendChannel(int channel_id,
- int engine_id,
Transport* transport,
int number_of_cores,
const std::vector<uint32_t>& ssrcs);
bool CreateReceiveChannel(int channel_id,
- int engine_id,
Transport* transport,
int number_of_cores);
void DeleteChannel(int channel_id);
@@ -75,7 +73,6 @@ class ChannelGroup : public BitrateObserver {
typedef std::map<int, ViEEncoder*> EncoderMap;
bool CreateChannel(int channel_id,
- int engine_id,
Transport* transport,
int number_of_cores,
ViEEncoder* vie_encoder,
« no previous file with comments | « webrtc/video_engine/vie_channel.cc ('k') | webrtc/video_engine/vie_channel_group.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698