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

Unified Diff: webrtc/voice_engine/channel.h

Issue 2307533004: Moving/renaming webrtc/common.h. (Closed)
Patch Set: rebase Created 4 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/video_stream_decoder.h ('k') | webrtc/voice_engine/channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/channel.h
diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
index 1cf49d993233c6e93b1792488198bbec517df1f2..307b61ebcc8a9e45b3d8dcfd71e648769345159c 100644
--- a/webrtc/voice_engine/channel.h
+++ b/webrtc/voice_engine/channel.h
@@ -29,6 +29,7 @@
#include "webrtc/modules/utility/include/file_player.h"
#include "webrtc/modules/utility/include/file_recorder.h"
#include "webrtc/voice_engine/include/voe_audio_processing.h"
+#include "webrtc/voice_engine/include/voe_base.h"
#include "webrtc/voice_engine/include/voe_network.h"
#include "webrtc/voice_engine/level_indicator.h"
#include "webrtc/voice_engine/network_predictor.h"
@@ -42,7 +43,6 @@ class TimestampWrapAroundHandler;
namespace webrtc {
class AudioDeviceModule;
-class Config;
class FileWrapper;
class PacketRouter;
class ProcessThread;
@@ -175,12 +175,10 @@ class Channel
Channel*& channel,
int32_t channelId,
uint32_t instanceId,
- const Config& config,
- const rtc::scoped_refptr<AudioDecoderFactory>& decoder_factory);
+ const VoEBase::ChannelConfig& config);
Channel(int32_t channelId,
uint32_t instanceId,
- const Config& config,
- const rtc::scoped_refptr<AudioDecoderFactory>& decoder_factory);
+ const VoEBase::ChannelConfig& config);
int32_t Init();
int32_t SetEngineInformation(Statistics& engineStatistics,
OutputMixer& outputMixer,
« no previous file with comments | « webrtc/video/video_stream_decoder.h ('k') | webrtc/voice_engine/channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698