Chromium Code Reviews

Unified Diff: webrtc/voice_engine/channel.h

Issue 2307533004: Moving/renaming webrtc/common.h. (Closed)
Patch Set: gyp fix Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/voice_engine/channel.h
diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
index 1cf49d993233c6e93b1792488198bbec517df1f2..620ff8af12ba4de9793316e894c1c8504cd4635a 100644
--- a/webrtc/voice_engine/channel.h
+++ b/webrtc/voice_engine/channel.h
@@ -42,7 +42,6 @@ class TimestampWrapAroundHandler;
namespace webrtc {
class AudioDeviceModule;
-class Config;
class FileWrapper;
class PacketRouter;
class ProcessThread;
@@ -175,12 +174,10 @@ class Channel
Channel*& channel,
int32_t channelId,
uint32_t instanceId,
- const Config& config,
- const rtc::scoped_refptr<AudioDecoderFactory>& decoder_factory);
+ const AudioCodingModule::Config& acm_config);
Channel(int32_t channelId,
uint32_t instanceId,
- const Config& config,
- const rtc::scoped_refptr<AudioDecoderFactory>& decoder_factory);
+ const AudioCodingModule::Config& acm_config);
int32_t Init();
int32_t SetEngineInformation(Statistics& engineStatistics,
OutputMixer& outputMixer,

Powered by Google App Engine