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

Unified Diff: media/filters/audio_renderer_impl.h

Issue 164218: Merge 22237 - Replace the guts of AudioRendererBase with calls to scaling alg... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 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 | « 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 22845)
+++ 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_;
Property changes on: media\filters\audio_renderer_impl.h
___________________________________________________________________
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/media/filters/audio_renderer_impl.h:r69-2775
Merged /trunk/src/media/filters/audio_renderer_impl.h:r22237
« 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