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

Unified Diff: media/base/renderer_client.h

Issue 2366373003: Not for submission. fastSeek prototype. (Closed)
Patch Set: Created 4 years, 3 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/base/renderer.h ('k') | media/base/stream_position.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/renderer_client.h
diff --git a/media/base/renderer_client.h b/media/base/renderer_client.h
index 402c31b2e877db6a9a2b292392df282d9bb5efc9..cf8e6ab0edb2e5645af3b573e323373b8c88de2a 100644
--- a/media/base/renderer_client.h
+++ b/media/base/renderer_client.h
@@ -24,6 +24,8 @@ class RendererClient {
// Executed periodically with rendering statistics.
virtual void OnStatisticsUpdate(const PipelineStatistics& stats) = 0;
+ virtual void OnFirstVideoFrameTimestampKnown(base::TimeDelta timestamp) = 0;
+
// Executed when buffering state is changed.
virtual void OnBufferingStateChange(BufferingState state) = 0;
« no previous file with comments | « media/base/renderer.h ('k') | media/base/stream_position.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698