Index: webrtc/call/rtc_event_log_unittest_helper.h |
diff --git a/webrtc/call/rtc_event_log_unittest_helper.h b/webrtc/call/rtc_event_log_unittest_helper.h |
index b662c3ccc36a622383dbec4e006ac8f7810b8080..322080b8fa4a2efc96194dc2b6792620247e6a57 100644 |
--- a/webrtc/call/rtc_event_log_unittest_helper.h |
+++ b/webrtc/call/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, |