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

Unified Diff: media/filters/audio_renderer_algorithm_base.h

Issue 2140001: Removed PushSource::Packet. SeekableBuffer.current_time() fixed to return (Closed)
Patch Set: - Created 10 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
« media/audio/simple_sources.cc ('K') | « media/base/seekable_buffer_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/audio_renderer_algorithm_base.h
diff --git a/media/filters/audio_renderer_algorithm_base.h b/media/filters/audio_renderer_algorithm_base.h
index 042f856cf3a6c016a863d00a81ea38811d329f5b..c90822c94897f13a771b287450df7322cf97343a 100644
--- a/media/filters/audio_renderer_algorithm_base.h
+++ b/media/filters/audio_renderer_algorithm_base.h
@@ -57,7 +57,8 @@ class AudioRendererAlgorithmBase {
// Clears |queue_|.
virtual void FlushBuffers();
- // Returns the time of the next byte in our data.
+ // Returns the time of the next byte in our data or
+ // StreamSample::kInvalidTimestamp if current time is unknown.
virtual base::TimeDelta GetTime();
// Enqueues a buffer. It is called from the owner of the algorithm after a
« media/audio/simple_sources.cc ('K') | « media/base/seekable_buffer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698