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

Unified Diff: media/filters/audio_renderer_impl.h

Issue 155695: Replace the guts of AudioRendererBase with calls to scaling algorithm. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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/filters/audio_renderer_base_unittest.cc ('k') | media/filters/audio_renderer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/audio_renderer_impl.h
===================================================================
--- media/filters/audio_renderer_impl.h (revision 22189)
+++ media/filters/audio_renderer_impl.h (working copy)
@@ -58,11 +58,6 @@
virtual void OnStop();
private:
- // Playback rate
- // 0.0f is paused, 0.5f is half speed, 1.0f is normal, 2.0f is double speed.
- // Rate should normally be any value between 0.5 and 3.0.
- float playback_rate_;
-
// Audio output stream device.
AudioOutputStream* stream_;
« no previous file with comments | « media/filters/audio_renderer_base_unittest.cc ('k') | media/filters/audio_renderer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698