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

Unified Diff: media/cast/rtcp/rtcp.h

Issue 308043006: [Cast] Clean-up: Merge RtpReceiver+AudioReceiver+VideoReceiver-->FrameReceiver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed hclam's comments. Created 6 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
« no previous file with comments | « media/cast/receiver/video_decoder_unittest.cc ('k') | media/cast/rtcp/rtcp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/rtcp/rtcp.h
diff --git a/media/cast/rtcp/rtcp.h b/media/cast/rtcp/rtcp.h
index ff81bb90e08aaf759753a9af983aaf0d75e48195..9d0184f9033ea604b75339d4b53e511585ee8ed8 100644
--- a/media/cast/rtcp/rtcp.h
+++ b/media/cast/rtcp/rtcp.h
@@ -68,7 +68,7 @@ class Rtcp {
uint32 local_ssrc,
uint32 remote_ssrc,
const std::string& c_name,
- bool is_audio);
+ EventMediaType event_media_type);
virtual ~Rtcp();
@@ -156,6 +156,7 @@ class Rtcp {
const uint32 local_ssrc_;
const uint32 remote_ssrc_;
const std::string c_name_;
+ const EventMediaType event_media_type_;
// Not owned by this class.
RtpReceiverStatistics* const rtp_receiver_statistics_;
@@ -195,7 +196,6 @@ class Rtcp {
int number_of_rtt_in_avg_;
double avg_rtt_ms_;
uint16 target_delay_ms_;
- bool is_audio_;
DISALLOW_COPY_AND_ASSIGN(Rtcp);
};
« no previous file with comments | « media/cast/receiver/video_decoder_unittest.cc ('k') | media/cast/rtcp/rtcp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698