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

Unified Diff: media/filters/audio_clock.h

Issue 1027553002: Change the TimeSource interface to return wallclock time for video. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove underflow changes. Created 5 years, 9 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/wall_clock_time_source.cc ('k') | media/filters/audio_clock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/audio_clock.h
diff --git a/media/filters/audio_clock.h b/media/filters/audio_clock.h
index 6472f11319e25aca07e6873392108497816303ec..3010fbfcb289010dcdd7cf8bc49521628260508c 100644
--- a/media/filters/audio_clock.h
+++ b/media/filters/audio_clock.h
@@ -77,13 +77,6 @@ class MEDIA_EXPORT AudioClock {
base::TimeDelta front_timestamp() const { return front_timestamp_; }
base::TimeDelta back_timestamp() const { return back_timestamp_; }
- // Clients can provide |time_since_writing| to simulate the passage of time
- // since last writing audio to get a more accurate current media timestamp.
- //
- // The value will be bounded between front_timestamp() and back_timestamp().
- base::TimeDelta TimestampSinceWriting(
- base::TimeDelta time_since_writing) const;
-
// Returns the amount of wall time until |timestamp| will be played by the
// audio hardware.
//
« no previous file with comments | « media/base/wall_clock_time_source.cc ('k') | media/filters/audio_clock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698