Chromium Code Reviews

Unified Diff: webrtc/voice_engine/voe_base_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: Initial version Created 5 years, 5 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_base_impl.h
diff --git a/webrtc/voice_engine/voe_base_impl.h b/webrtc/voice_engine/voe_base_impl.h
index dfb2e0474916cd4ef51d85a98d2a6e3068671d48..ecf3f265427c6f2aa519018f2e50c443e8531d05 100644
--- a/webrtc/voice_engine/voe_base_impl.h
+++ b/webrtc/voice_engine/voe_base_impl.h
@@ -53,6 +53,8 @@ class VoEBaseImpl : public VoEBase,
int AssociateSendChannel(int channel, int accociate_send_channel) override;
+ RtcEventLog* GetEventLog() override;
+
// AudioTransport
int32_t RecordedDataIsAvailable(const void* audioSamples, uint32_t nSamples,
uint8_t nBytesPerSample, uint8_t nChannels,

Powered by Google App Engine