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

Unified Diff: media/base/audio_renderer.h

Issue 10834236: Replace Pipeline::kEnded state and HasEnded() methods with renderer-specific bools. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | media/base/media_log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/audio_renderer.h
diff --git a/media/base/audio_renderer.h b/media/base/audio_renderer.h
index ad124b8c96912360b8ff999e7b5eaee0bcb575b3..b3a33159261e70b16fc11d4e45ffba4205fabd86 100644
--- a/media/base/audio_renderer.h
+++ b/media/base/audio_renderer.h
@@ -72,9 +72,6 @@ class MEDIA_EXPORT AudioRenderer
// Updates the current playback rate.
virtual void SetPlaybackRate(float playback_rate) = 0;
- // Returns true if all audio data has been played back by the audio device.
- virtual bool HasEnded() = 0;
-
// Sets the output volume.
virtual void SetVolume(float volume) = 0;
« no previous file with comments | « no previous file | media/base/media_log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698