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

Unified Diff: media/filters/audio_renderer_impl.h

Issue 10823175: Switch AudioRenderSink::Callback to use AudioBus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Gotta catch'em all! 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
Index: media/filters/audio_renderer_impl.h
diff --git a/media/filters/audio_renderer_impl.h b/media/filters/audio_renderer_impl.h
index 881ac8f357a877177092f8e794d3f14e3b433306..e8c3e2593eaa6a9a46c898b67754e3869bb3aaa3 100644
--- a/media/filters/audio_renderer_impl.h
+++ b/media/filters/audio_renderer_impl.h
@@ -120,7 +120,7 @@ class MEDIA_EXPORT AudioRendererImpl
void DoPause();
// media::AudioRendererSink::RenderCallback implementation.
- virtual int Render(const std::vector<float*>& audio_data,
+ virtual int Render(AudioBus* audio_bus,
int number_of_frames,
int audio_delay_milliseconds) OVERRIDE;
virtual void OnRenderError() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698