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

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

Issue 306783002: [Cast] Clean-up: Merge AudioReceiverConfig+VideoReceiverConfig-->FrameReceiverConfig. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed kFakeSoftwareAudio in AudioCodec enum, per hclam@. 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/cast_receiver_impl.cc ('k') | media/cast/rtp_receiver/rtp_receiver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/rtp_receiver/rtp_receiver.h
diff --git a/media/cast/rtp_receiver/rtp_receiver.h b/media/cast/rtp_receiver/rtp_receiver.h
index 9d5194c1482b1f6c30ed3d20fe059b4167cb054d..35c7c933a2747fc243a2432f099ea3220f63d224 100644
--- a/media/cast/rtp_receiver/rtp_receiver.h
+++ b/media/cast/rtp_receiver/rtp_receiver.h
@@ -22,8 +22,8 @@ namespace cast {
class RtpReceiver {
public:
RtpReceiver(base::TickClock* clock,
- const AudioReceiverConfig* audio_config,
- const VideoReceiverConfig* video_config);
+ const FrameReceiverConfig* audio_config,
+ const FrameReceiverConfig* video_config);
virtual ~RtpReceiver();
static uint32 GetSsrcOfSender(const uint8* rtcp_buffer, size_t length);
« no previous file with comments | « media/cast/cast_receiver_impl.cc ('k') | media/cast/rtp_receiver/rtp_receiver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698