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

Unified Diff: webrtc/call/mock/mock_rtc_event_log.h

Issue 2353543003: Added logging for audio send/receive stream configs. (Closed)
Patch Set: Another rebase. Created 4 years, 2 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/call/call.cc ('k') | webrtc/logging/rtc_event_log/rtc_event_log.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/mock/mock_rtc_event_log.h
diff --git a/webrtc/call/mock/mock_rtc_event_log.h b/webrtc/call/mock/mock_rtc_event_log.h
index 27623860cb1066ce3ec55620985162845d5cfa52..637389f3d8188e3b8a42dbff5a81ace3b922e1b9 100644
--- a/webrtc/call/mock/mock_rtc_event_log.h
+++ b/webrtc/call/mock/mock_rtc_event_log.h
@@ -34,6 +34,12 @@ class MockRtcEventLog : public RtcEventLog {
MOCK_METHOD1(LogVideoSendStreamConfig,
void(const webrtc::VideoSendStream::Config& config));
+ MOCK_METHOD1(LogAudioReceiveStreamConfig,
+ void(const webrtc::AudioReceiveStream::Config& config));
+
+ MOCK_METHOD1(LogAudioSendStreamConfig,
+ void(const webrtc::AudioSendStream::Config& config));
+
MOCK_METHOD4(LogRtpHeader,
void(PacketDirection direction,
MediaType media_type,
« no previous file with comments | « webrtc/call/call.cc ('k') | webrtc/logging/rtc_event_log/rtc_event_log.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698