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

Unified Diff: chrome/browser/media/cast_transport_host_filter.h

Issue 288103002: [Cast] EncodedAudioFrame+EncodedVideoFrame+reference_time --> EncodedFrame (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | chrome/browser/media/cast_transport_host_filter.cc » ('j') | media/cast/framer/frame_buffer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/cast_transport_host_filter.h
diff --git a/chrome/browser/media/cast_transport_host_filter.h b/chrome/browser/media/cast_transport_host_filter.h
index 04650e51f2cf2826df35e02b07425bba98ad551b..9de9d0ff2ee0c6842f8635b400b5e71af80d478d 100644
--- a/chrome/browser/media/cast_transport_host_filter.h
+++ b/chrome/browser/media/cast_transport_host_filter.h
@@ -49,12 +49,10 @@ class CastTransportHostFilter : public content::BrowserMessageFilter {
const media::cast::transport::CastTransportVideoConfig& config);
void OnInsertCodedAudioFrame(
int32 channel_id,
- const media::cast::transport::EncodedAudioFrame& audio_frame,
- base::TimeTicks recorded_time);
+ const media::cast::transport::EncodedFrame& audio_frame);
void OnInsertCodedVideoFrame(
int32 channel_id,
- const media::cast::transport::EncodedVideoFrame& video_frame,
- base::TimeTicks capture_time);
+ const media::cast::transport::EncodedFrame& video_frame);
void OnSendRtcpFromRtpSender(
int32 channel_id,
const media::cast::transport::SendRtcpFromRtpSenderData& data,
« no previous file with comments | « no previous file | chrome/browser/media/cast_transport_host_filter.cc » ('j') | media/cast/framer/frame_buffer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698