Chromium Code Reviews

Unified Diff: webrtc/voice_engine/voe_codec_impl.h

Issue 1267683002: Hooked up RtcEventLog. It lives in Voice Engine and pointers are propagated to ACM and Call. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Moved RtcEventLog from SharedData to ChannelManager. Created 5 years, 4 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/voe_codec_impl.h
diff --git a/webrtc/voice_engine/voe_codec_impl.h b/webrtc/voice_engine/voe_codec_impl.h
index a60ce6d22f7b6afba7163fd845ddd1696f54e8b3..a0eed4d38c4dbeb963f0f59ad26454c2b410bdc6 100644
--- a/webrtc/voice_engine/voe_codec_impl.h
+++ b/webrtc/voice_engine/voe_codec_impl.h
@@ -58,6 +58,8 @@ class VoECodecImpl : public VoECodec {
int SetOpusDtx(int channel, bool enable_dtx) override;
+ RtcEventLog* GetEventLog() override;
+
protected:
VoECodecImpl(voe::SharedData* shared);
~VoECodecImpl() override;

Powered by Google App Engine