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

Unified Diff: webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.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
Index: webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.h
diff --git a/webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.h b/webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.h
index 5ffb6f402b1b6a664a35590850b833610e65266d..01ade07f9556255837e9b1ad116f8e0b06db134b 100644
--- a/webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.h
+++ b/webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.h
@@ -18,13 +18,22 @@ namespace webrtc {
class RtcEventLogTestHelper {
public:
- static void VerifyReceiveStreamConfig(
+ static void VerifyVideoReceiveStreamConfig(
const ParsedRtcEventLog& parsed_log,
size_t index,
const VideoReceiveStream::Config& config);
- static void VerifySendStreamConfig(const ParsedRtcEventLog& parsed_log,
- size_t index,
- const VideoSendStream::Config& config);
+ static void VerifyVideoSendStreamConfig(
+ const ParsedRtcEventLog& parsed_log,
+ size_t index,
+ const VideoSendStream::Config& config);
+ static void VerifyAudioReceiveStreamConfig(
+ const ParsedRtcEventLog& parsed_log,
+ size_t index,
+ const AudioReceiveStream::Config& config);
+ static void VerifyAudioSendStreamConfig(
+ const ParsedRtcEventLog& parsed_log,
+ size_t index,
+ const AudioSendStream::Config& config);
static void VerifyRtpEvent(const ParsedRtcEventLog& parsed_log,
size_t index,
PacketDirection direction,
« no previous file with comments | « webrtc/logging/rtc_event_log/rtc_event_log_unittest.cc ('k') | webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698