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

Unified Diff: media/audio/audio_output_resampler.h

Issue 10909185: Add Mac OS X synchronized audio I/O back-end (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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/audio/audio_output_resampler.cc » ('j') | media/audio/mac/audio_manager_mac.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_output_resampler.h
===================================================================
--- media/audio/audio_output_resampler.h (revision 157152)
+++ media/audio/audio_output_resampler.h (working copy)
@@ -82,8 +82,11 @@
// Called by AudioPullFifo when more data is necessary. Requires
// |source_lock_| to have been acquired.
- void SourceCallback_Locked(AudioBus* audio_bus);
+ void SourceCallback_Locked(AudioBus* dest);
+ // Passes through |source| to the |source_callback_| OnMoreIOData() call.
+ void SourceIOCallback_Locked(AudioBus* source, AudioBus* dest);
+
// Used by StopStream()/CloseStream()/Shutdown() to clear internal state.
// TODO(dalecurtis): Probably only one of these methods needs to call this,
// the rest should DCHECK()/CHECK() that the values were reset.
« no previous file with comments | « no previous file | media/audio/audio_output_resampler.cc » ('j') | media/audio/mac/audio_manager_mac.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698