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

Unified Diff: webrtc/modules/audio_coding/neteq/tools/rtc_event_log_source.h

Issue 2855143002: Removed RtcEventLog deps to call:call_interfaces. (Closed)
Patch Set: Rebased Created 3 years, 7 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/modules/audio_coding/neteq/tools/rtc_event_log_source.h
diff --git a/webrtc/modules/audio_coding/neteq/tools/rtc_event_log_source.h b/webrtc/modules/audio_coding/neteq/tools/rtc_event_log_source.h
index fad491e8a29ff9f81ce33c0d68b684173916272e..ab29c12e958eeeced6fc9e020147a1d35fdca00f 100644
--- a/webrtc/modules/audio_coding/neteq/tools/rtc_event_log_source.h
+++ b/webrtc/modules/audio_coding/neteq/tools/rtc_event_log_source.h
@@ -49,6 +49,10 @@ class RtcEventLogSource : public PacketSource {
RtcEventLogSource();
bool OpenFile(const std::string& file_name);
+ bool IsAudioSsrc(uint32_t ssrc) const;
+
+ // SSRCs of incoming Audio streams found in the event log.
hlundin-webrtc 2017/05/23 13:00:31 Nit: Audio -> audio
perkj_webrtc 2017/05/24 12:32:21 Done.
+ std::vector<uint32_t> streams_;
size_t rtp_packet_index_ = 0;
size_t audio_output_index_ = 0;

Powered by Google App Engine
This is Rietveld 408576698