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

Unified Diff: media/filters/null_audio_renderer.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_impl.cc ('k') | media/filters/null_audio_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/null_audio_renderer.h
===================================================================
--- media/filters/null_audio_renderer.h (revision 22189)
+++ media/filters/null_audio_renderer.h (working copy)
@@ -39,9 +39,6 @@
// Compatible with any audio/x-uncompressed MediaFormat.
static bool IsMediaFormatSupported(const MediaFormat& media_format);
- // MediaFilter implementation.
- virtual void SetPlaybackRate(float playback_rate);
-
// AudioRenderer implementation.
virtual void SetVolume(float volume);
@@ -59,9 +56,6 @@
virtual void OnStop();
private:
- // Current playback rate.
- float playback_rate_;
-
// A number to convert bytes written in FillBuffer to milliseconds based on
// the audio format. Calculated in OnInitialize by looking at the decoder's
// MediaFormat.
« no previous file with comments | « media/filters/audio_renderer_impl.cc ('k') | media/filters/null_audio_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698