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

Unified Diff: media/base/audio_renderer.h

Issue 15872004: Disable preroll duration increase on underflow for MediaSource playback. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address CR comments Created 7 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 | media/base/mock_filters.h » ('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 43cc2261ad6468d41044c35bda7438053a7920cf..14bf7c5695f36da246c07a000a02f198374778a6 100644
--- a/media/base/audio_renderer.h
+++ b/media/base/audio_renderer.h
@@ -81,10 +81,7 @@ class MEDIA_EXPORT AudioRenderer {
virtual void SetVolume(float volume) = 0;
// Resumes playback after underflow occurs.
- //
- // |buffer_more_audio| is set to true if you want to increase the size of the
- // decoded audio buffer.
- virtual void ResumeAfterUnderflow(bool buffer_more_audio) = 0;
+ virtual void ResumeAfterUnderflow() = 0;
private:
DISALLOW_COPY_AND_ASSIGN(AudioRenderer);
« no previous file with comments | « no previous file | media/base/mock_filters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698